Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp316 bool checkSparseImageFormatSupport(const VkPhysicalDevice physicalDevice, const InstanceInterface &…
321 bool checkSparseImageFormatSupport(const vk::VkPhysicalDevice physicalDevice, const vk::InstanceInt…
H A DvkImageUtil.cpp5448 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in allocateAndBindSparseImage()
5679 bool checkSparseImageFormatSupport(const VkPhysicalDevice physicalDevice, const InstanceInterface &… in checkSparseImageFormatSupport() function
5689 bool checkSparseImageFormatSupport(const VkPhysicalDevice physicalDevice, const InstanceInterface &… in checkSparseImageFormatSupport() function
5692 …return checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo.format, imageCreate… in checkSparseImageFormatSupport()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp273 if (!checkSparseImageFormatSupport(physicalDevice, vki, imageCreateInfo)) in checkSupport()
H A DvktImageAtomicOperationTests.cpp666 …if (!checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), fo… in commonCheckSupport()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp106 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in createSparseImageAndMemory()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp506 bool checkSparseImageFormatSupport(const VkPhysicalDevice physicalDevice, const InstanceInterface &… in checkSparseImageFormatSupport() function
H A DvktPipelineMultisampleTests.cpp3392 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp1159 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported()