• Home
  • Raw
  • Download

Lines Matching refs:semaphore_create_info

2868     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()
4227 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
4228 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
4229 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()
4401 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
4402 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
4403 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()
4502 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
4503 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
4504 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()
4786 VkSemaphoreCreateInfo semaphore_create_info{}; in TEST_F() local
4787 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in TEST_F()
4788 vkCreateSemaphore(m_device->device(), &semaphore_create_info, nullptr, &semaphore); in TEST_F()