Searched refs:prop_count2 (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 5103 uint32_t prop_count2 = 0; in TEST() local 5104 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayPlaneProperties2KHR(physical_device, &prop_count2, nullptr)); in TEST() 5105 ASSERT_EQ(prop_count, prop_count2); in TEST() 5106 props2.resize(prop_count2, {VK_STRUCTURE_TYPE_DISPLAY_PLANE_PROPERTIES_2_KHR}); in TEST() 5107 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayPlaneProperties2KHR(physical_device, &prop_count2, props2.data())); in TEST() 5190 uint32_t prop_count2 = 0; in TEST() local 5191 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayPlaneProperties2KHR(physical_devices[dev], &prop_count2, nullptr)); in TEST() 5192 ASSERT_EQ(prop_count, prop_count2); in TEST() 5193 props2.resize(prop_count2, {VK_STRUCTURE_TYPE_DISPLAY_PLANE_PROPERTIES_2_KHR}); in TEST() 5194 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceDisplayPlaneProperties2KHR(physical_devices[dev], &prop_count2, props in TEST() [all...] |
Completed in 9 milliseconds