Searched refs:GetPhysDevSparseImageFormatProps2 (Results 1 – 1 of 1) sorted by relevance
| /third_party/vulkan-loader/tests/ |
| D | loader_phys_dev_inst_ext_tests.cpp | 2164 PFN_vkGetPhysicalDeviceSparseImageFormatProperties2 GetPhysDevSparseImageFormatProps2 = in TEST() local 2166 ASSERT_NE(GetPhysDevSparseImageFormatProps2, nullptr); in TEST() 2196 GetPhysDevSparseImageFormatProps2(physical_device, &info2, &sparse_count_2, nullptr); in TEST() 2199 GetPhysDevSparseImageFormatProps2(physical_device, &info2, &sparse_count_2, props2.data()); in TEST() 2210 PFN_vkGetPhysicalDeviceSparseImageFormatProperties2 GetPhysDevSparseImageFormatProps2 = in TEST() local 2212 ASSERT_NE(GetPhysDevSparseImageFormatProps2, nullptr); in TEST() 2242 GetPhysDevSparseImageFormatProps2(physical_device, &info2, &sparse_count_2, nullptr); in TEST() 2245 GetPhysDevSparseImageFormatProps2(physical_device, &info2, &sparse_count_2, props2.data()); in TEST() 2263 PFN_vkGetPhysicalDeviceSparseImageFormatProperties2 GetPhysDevSparseImageFormatProps2 = in TEST() local 2265 ASSERT_NE(GetPhysDevSparseImageFormatProps2, nullptr); in TEST() [all …]
|