Lines Matching refs:semaphore_create_info
567 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
568 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
569 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()
1296 VkSemaphoreCreateInfo semaphore_create_info = {}; in TEST_F() local
1297 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
1299 …ASSERT_VK_SUCCESS(vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphor… in TEST_F()
1301 …ASSERT_VK_SUCCESS(vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphor… in TEST_F()
1867 VkSemaphoreCreateInfo semaphore_create_info = {}; in TEST_F() local
1868 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
1870 …ASSERT_VK_SUCCESS(vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphor… in TEST_F()
2298 VkSemaphoreCreateInfo semaphore_create_info = {}; in TEST_F() local
2299 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
2301 …ASSERT_VK_SUCCESS(vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphor… in TEST_F()