Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp513 VkEventCreateInfo event_alloc_info = {}; in TEST_F() local
516 event_alloc_info.sType = VK_STRUCTURE_TYPE_EVENT_CREATE_INFO; in TEST_F()
517 event_alloc_info.pNext = &app_info; in TEST_F()
518 vkCreateEvent(device(), &event_alloc_info, NULL, &event); in TEST_F()