Searched refs:prop_count_2 (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 4929 uint32_t prop_count_2 = 0; in TEST() local 4930 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayProperties2KHR(physical_device, &prop_count_2, nullptr)); in TEST() 4931 ASSERT_EQ(prop_count, prop_count_2); in TEST() 4932 props2.resize(prop_count_2, {VK_STRUCTURE_TYPE_DISPLAY_PROPERTIES_2_KHR}); in TEST() 4933 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayProperties2KHR(physical_device, &prop_count_2, props2.data())); in TEST() 4934 ASSERT_EQ(prop_count, prop_count_2); in TEST() 5017 uint32_t prop_count_2 = 0; in TEST() local 5018 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayProperties2KHR(physical_devices[dev], &prop_count_2, nullptr)); in TEST() 5019 ASSERT_EQ(prop_count, prop_count_2); in TEST() 5020 props2.resize(prop_count_2, {VK_STRUCTURE_TYPE_DISPLAY_PROPERTIES_2_KH in TEST() [all...] |
Completed in 8 milliseconds