Fix improper use of vkCmdWaitEvents
authorPeter Quayle <peter.quayle@imgtec.com>
Wed, 16 May 2018 13:30:38 +0000 (14:30 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 17 May 2018 14:14:22 +0000 (10:14 -0400)
commit409da3f509d188829cdf44754dc8795da0561e34
treeb00cc5855426ca912c0ca65ed63feb2b9c94fa71
parentd3e5ce0734d5f0ee9100c2a9e6a0b61c0ffdbd7f
Fix improper use of vkCmdWaitEvents

dEQP-VK.synchronization.smoke.events was calling vkCmdWaitEvents inside
a render-pass, which is not allowed if the event is later set using
vkSetEvent.

This is the part of change 2421 which was lost when change 2362 was
merged to master.

Affects:

dEQP-VK.synchronization.smoke.events

Components: Vulkan

VK-GL-CTS issue: 1089

Change-Id: Iddb17805fbffc426ac370e058a217ee7daf08e6a
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationSmokeTests.cpp