Home
last modified time | relevance | path

Searched refs:getSparseBindingTestFormats (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp475 std::vector<TestFormat> getSparseBindingTestFormats(ImageType imageType, bool addExtraFormat) in getSparseBindingTestFormats() function
494 getSparseBindingTestFormats(IMAGE_TYPE_1D, !useDeviceGroup)}, in createImageSparseBindingTestsCommon()
497 getSparseBindingTestFormats(IMAGE_TYPE_1D_ARRAY, !useDeviceGroup)}, in createImageSparseBindingTestsCommon()
500 getSparseBindingTestFormats(IMAGE_TYPE_2D, !useDeviceGroup)}, in createImageSparseBindingTestsCommon()
503 getSparseBindingTestFormats(IMAGE_TYPE_2D_ARRAY, !useDeviceGroup)}, in createImageSparseBindingTestsCommon()
506 getSparseBindingTestFormats(IMAGE_TYPE_3D, !useDeviceGroup)}, in createImageSparseBindingTestsCommon()
509 getSparseBindingTestFormats(IMAGE_TYPE_CUBE, !useDeviceGroup)}, in createImageSparseBindingTestsCommon()
512 getSparseBindingTestFormats(IMAGE_TYPE_CUBE_ARRAY, !useDeviceGroup)}}; in createImageSparseBindingTestsCommon()