Searched refs:localEvent (Results 1 – 1 of 1) sorted by relevance
4036 const Unique<VkEvent> localEvent(createEvent(vk, vkDevice)); in executeStateTransitionTest() local4037 VK_CHECK(vk.resetEvent(vkDevice, *localEvent)); in executeStateTransitionTest()4040 vk.cmdSetEvent(*cmdBuffer, *localEvent, VK_PIPELINE_STAGE_ALL_COMMANDS_BIT); in executeStateTransitionTest()