Home
last modified time | relevance | path

Searched refs:not_exp_physical_devices (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp4539 auto not_exp_physical_devices = std::vector<VkPhysicalDevice>(icd_devices); in TEST() local
4541 ASSERT_EQ(VK_INCOMPLETE, inst->vkEnumeratePhysicalDevices(inst, &returned_phys_dev_count, not_exp_physical_devices.data())); in TEST()
4559 if (not_exp_physical_devices[incomp] == physical_devices[dev]) { in TEST()

Completed in 9 milliseconds