Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp706 const uint32_t real_device_count = 2; in TEST() local
707 for (uint32_t i = 0; i < real_device_count; i++) { in TEST()
720 std::array<VkPhysicalDevice, real_device_count> physical_device_handles; in TEST()
732 const uint32_t real_device_count = 3; in TEST() local
733 for (uint32_t i = 0; i < real_device_count; i++) { in TEST()
742 std::array<VkPhysicalDevice, real_device_count> physical_device_handles_one_call; in TEST()
745 ASSERT_EQ(real_device_count, physical_count_one_call); in TEST()
755 std::array<VkPhysicalDevice, real_device_count> physical_device_handles; in TEST()
757 ASSERT_EQ(real_device_count, returned_physical_count); in TEST()
768 const uint32_t real_device_count in TEST() local
[all...]

Completed in 3 milliseconds