Searched refs:checkSparseImageFormatSupport (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 363 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, 371 bool checkSparseImageFormatSupport (const vk::VkPhysicalDevice physicalDevice,
|
D | vkImageUtil.cpp | 5036 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in allocateAndBindSparseImage() 5260 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function 5272 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function 5276 …return checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo.format, imageCreate… in checkSparseImageFormatSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 267 if (!checkSparseImageFormatSupport(physicalDevice, vki, imageCreateInfo)) in checkSupport()
|
D | vktImageAtomicOperationTests.cpp | 566 …if (!checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), fo… in commonCheckSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 120 if (!checkSparseImageFormatSupport(physicalDevice, instance, imageCreateInfo)) in createSparseImageAndMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 474 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
|
D | vktPipelineMultisampleTests.cpp | 3335 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 1181 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported()
|