Fix wait semaphore count value
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 1 Jun 2021 10:46:49 +0000 (12:46 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 29 Jun 2021 09:51:09 +0000 (09:51 +0000)
Components: Vulkan
VK-GL-CTS issue: 2949
Fixes: a47665a6e "Generalize synchronization tests"
Affected tests:

   dEQP-VK.synchronization.op.single_queue.binary_semaphore.*

Change-Id: I14bb0d79b67e444b20683a766b769ce3a94a3222
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
(cherry picked from commit bfe111789be62a974f403d452073ba30b24e5632)

external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationSingleQueueTests.cpp

index 886548a46d62eb203dfddf27f9d16f39633fc07a..61c16788ac604b70c50ff7212ed700bf2eeaf9b9 100644 (file)
@@ -281,7 +281,7 @@ public:
                        &signalSemaphoreSubmitInfo
                );
                synchronizationWrapper->addSubmitInfo(
-                       0u,
+                       1u,
                        &waitSemaphoreSubmitInfo,
                        1u,
                        &commandBufferSubmitInfo[READ],