Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1780 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
1781 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
1782 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()
18353 VkSemaphoreCreateInfo semaphore_create_info = {}; in TEST_F() local
18354 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
18356 …ASSERT_VK_SUCCESS(vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphor… in TEST_F()
19465 VkSemaphoreCreateInfo semaphore_create_info = {}; in TEST_F() local
19466 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
19468 …ASSERT_VK_SUCCESS(vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphor… in TEST_F()
29776 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
[all …]