Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp527 …if (!checkImageFormatFeatureSupport(instance, physicalDevice, imageSparseInfo.format, VK_FORMAT_FE… in recordCommands()
531 …if (!checkImageFormatFeatureSupport(instance, physicalDevice, imageSparseInfo.format, VK_FORMAT_FE… in recordCommands()
535 …if (!checkImageFormatFeatureSupport(instance, physicalDevice, mapTextureFormat(m_residencyFormat),… in recordCommands()
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp367 …if (!checkImageFormatFeatureSupport(instance, physicalDevice, imageSparseInfo.format, VK_FORMAT_FE… in recordCommands()
371 …if (!checkImageFormatFeatureSupport(instance, physicalDevice, mapTextureFormat(m_residencyFormat),… in recordCommands()
H A DvktSparseResourcesTestsUtil.hpp237 bool checkImageFormatFeatureSupport (const vk::InstanceInterface& instance,
H A DvktSparseResourcesTestsUtil.cpp967 bool checkImageFormatFeatureSupport (const InstanceInterface& instance, in checkImageFormatFeatureSupport() function