Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp890 std::vector<VkPhysicalDevice> physical_device_handles_3 = std::vector<VkPhysicalDevice>(returned_physical_count); in TEST() local
891 ASSERT_EQ(VK_SUCCESS, inst->vkEnumeratePhysicalDevices(inst, &returned_physical_count, physical_device_handles_3.data())); in TEST()
896 ASSERT_EQ(physical_device_handles_1[count], physical_device_handles_3[count]); in TEST()
899 ASSERT_EQ(physical_device_handles_2[count], physical_device_handles_3[count]); in TEST()
926 std::vector<VkPhysicalDevice> physical_device_handles_3 = std::vector<VkPhysicalDevice>(returned_physical_count); in TEST() local
927 ASSERT_EQ(VK_INCOMPLETE, inst->vkEnumeratePhysicalDevices(inst, &returned_physical_count, physical_device_handles_3.data())); in TEST()
934 if (count < physical_device_handles_3.size()) { in TEST()
935 ASSERT_EQ(physical_device_handles_3[count], physical_device_handles_1[count]); in TEST()
965 std::vector<VkPhysicalDevice> physical_device_handles_3 = std::vector<VkPhysicalDevice>(returned_physical_count); in TEST() local
966 ASSERT_EQ(VK_SUCCESS, inst->vkEnumeratePhysicalDevices(inst, &returned_physical_count, physical_device_handles_3 in TEST()
1006 std::vector<VkPhysicalDevice> physical_device_handles_3 = std::vector<VkPhysicalDevice>(returned_physical_count); TEST() local
[all...]

Completed in 4 milliseconds