Searched refs:checkSparseImageFormatSupport (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.hpp | 316 bool checkSparseImageFormatSupport(const VkPhysicalDevice physicalDevice, const InstanceInterface &… 321 bool checkSparseImageFormatSupport(const vk::VkPhysicalDevice physicalDevice, const vk::InstanceInt…
|
H A D | vkImageUtil.cpp | 5448 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 D | vktImageMismatchedFormatsTests.cpp | 273 if (!checkSparseImageFormatSupport(physicalDevice, vki, imageCreateInfo)) in checkSupport()
|
H A D | vktImageAtomicOperationTests.cpp | 666 …if (!checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), fo… in commonCheckSupport()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSparseRenderTargetTests.cpp | 106 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in createSparseImageAndMemory()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.cpp | 506 bool checkSparseImageFormatSupport(const VkPhysicalDevice physicalDevice, const InstanceInterface &… in checkSparseImageFormatSupport() function
|
H A D | vktPipelineMultisampleTests.cpp | 3392 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryRequirementsTests.cpp | 1159 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported()
|