Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp577 if (!checkImageFormatFeatureSupport(instance, physicalDevice, imageSparseInfo.format, in checkSupport()
582 if (!checkImageFormatFeatureSupport(instance, physicalDevice, imageSparseInfo.format, in checkSupport()
587 … if (!checkImageFormatFeatureSupport(instance, physicalDevice, mapTextureFormat(m_residencyFormat), in checkSupport()
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp402 if (!checkImageFormatFeatureSupport(instance, physicalDevice, imageSparseInfo.format, in checkSupport()
407 … if (!checkImageFormatFeatureSupport(instance, physicalDevice, mapTextureFormat(m_residencyFormat), in checkSupport()
H A DvktSparseResourcesTestsUtil.hpp199 bool checkImageFormatFeatureSupport(const vk::InstanceInterface &instance, const vk::VkPhysicalDevi…
H A DvktSparseResourcesTestsUtil.cpp1143 bool checkImageFormatFeatureSupport(const InstanceInterface &instance, const VkPhysicalDevice physi… in checkImageFormatFeatureSupport() function