Home
last modified time | relevance | path

Searched refs:localEvent (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4036 const Unique<VkEvent> localEvent(createEvent(vk, vkDevice)); in executeStateTransitionTest() local
4037 VK_CHECK(vk.resetEvent(vkDevice, *localEvent)); in executeStateTransitionTest()
4040 vk.cmdSetEvent(*cmdBuffer, *localEvent, VK_PIPELINE_STAGE_ALL_COMMANDS_BIT); in executeStateTransitionTest()