Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp196 bool checkSparseImageFormatSupport (const vk::VkPhysicalDevice physicalDevice,
DvkImageUtil.cpp3031 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in allocateAndBindSparseImage()
3255 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp322 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
DvktPipelineMultisampleTests.cpp2048 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()