Searched refs:checkSparseImageFormatSupport (Results 1 – 14 of 14) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 417 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, 425 bool checkSparseImageFormatSupport (const vk::VkPhysicalDevice physicalDevice,
|
D | vkImageUtil.cpp | 5241 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/ |
D | vktImageMismatchedFormatsTests.cpp | 268 if (!checkSparseImageFormatSupport(physicalDevice, vki, imageCreateInfo)) in checkSupport()
|
D | vktImageAtomicOperationTests.cpp | 592 …if (!checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInterface(), fo… in commonCheckSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 268 if (!checkSparseImageFormatSupport(physicalDevice, vki, imageCreateInfo)) in checkSupport()
|
D | vktImageAtomicOperationTests.cpp | 592 …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_no_buildgn/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 | 491 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
|
D | vktPipelineMultisampleTests.cpp | 3437 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 491 bool checkSparseImageFormatSupport (const VkPhysicalDevice physicalDevice, in checkSparseImageFormatSupport() function
|
D | vktPipelineMultisampleTests.cpp | 3437 …if (sparse && !checkSparseImageFormatSupport(context.getPhysicalDevice(), context.getInstanceInter… in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 1193 …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/ |
D | vktMemoryRequirementsTests.cpp | 1193 …if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice… in isImageSupported()
|