Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp2868 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
2869 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
2870 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore1); in TEST_F()
2871 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore2); in TEST_F()
4016 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
4017 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
4018 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()
4121 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
4122 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
4123 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()
[all …]
Dvklayertests_others.cpp567 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()
[all …]
Dvklayertests_command.cpp4967 VkSemaphoreCreateInfo semaphore_create_info = {}; in TEST_F() local
4968 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
4970 …ASSERT_VK_SUCCESS(vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphor… in TEST_F()