Searched refs:event_alloc_info (Results 1 – 1 of 1) sorted by relevance
513 VkEventCreateInfo event_alloc_info = {}; in TEST_F() local516 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()