Fix barrier code in dEQP-VK.api.buffer_marker.* tests
authoramhagan <aaron.hagan@amd.com>
Fri, 6 Mar 2020 14:08:25 +0000 (09:08 -0500)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 13 Mar 2020 10:18:40 +0000 (06:18 -0400)
commit36228af226b014bce2c224e60fbea872ddfc7f54
tree6dc5b930b608fdb573f884042c0f78a5fcbee14a
parent7c89beb93fc6614fe0cc3087e09508349af36357
Fix barrier code in dEQP-VK.api.buffer_marker.* tests

Fix RAW barrier hazard in the buffer_marker tests.
Change the destination stage to TOP_OF_PIPE so that the buffer marker
is finished writing before being read.

Components: Vulkan
VK-GL-CTS issue: 2255

Modified tests:

   dEQP-VK.api.buffer_marker.*.external_host_mem.bottom_of_pipe.*

Change-Id: I5f17199240f8a43337d9b6ea2fbaa0e540dcc3be
external/vulkancts/modules/vulkan/api/vktApiBufferMarkerTests.cpp