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>
Wed, 9 Jun 2021 07:16:49 +0000 (07:16 +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>
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationSingleQueueTests.cpp

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