Merge vk-gl-cts/vulkan-cts-1.2.6 into vk-gl-cts/vulkan-cts-1.2.7
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / synchronization / vktSynchronizationOperation.cpp
index 631fe51..c825e8b 100644 (file)
@@ -5040,7 +5040,7 @@ public:
                        // with this operation we can test pre_rasterization, index_input and attribute_input flags;
                        // since this operation is executed for three buffers of different size we use diferent flags depending on the size
                        if (m_resource.getBuffer().size > MAX_UPDATE_BUFFER_SIZE)
-                               stageMask = VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR;
+                               stageMask = VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR;
                        else
                                stageMask = usingIndexedDraw ? VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR
                                                                                         : VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR;