Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp417 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice,
425 bool checkSparseImageFormatSupport (const vk::VkPhysicalDevice physicalDevice,
DvkImageUtil.cpp5241 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in allocateAndBindSparseImage()
5465 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
5477 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
5481 …return checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo.format, imageCreate… in checkSparseImageFormatSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMismatchedFormatsTests.cpp268 if (!checkSparseImageFormatSupport(physicalDevice, vki, imageCreateInfo)) in checkSupport()
DvktImageAtomicOperationTests.cpp592 …if (!checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), fo… in commonCheckSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp268 if (!checkSparseImageFormatSupport(physicalDevice, vki, imageCreateInfo)) in checkSupport()
DvktImageAtomicOperationTests.cpp592 …if (!checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), fo… in commonCheckSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp120 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in createSparseImageAndMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp120 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in createSparseImageAndMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp491 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
DvktPipelineMultisampleTests.cpp3437 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp491 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
DvktPipelineMultisampleTests.cpp3437 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1193 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryRequirementsTests.cpp1193 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported()