Searched refs:checkImageSupport (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 85 void checkImageSupport (Context& context, vk::VkFormat format, vk::VkImageCreateFlags cr…
|
D | vktYCbCrFormatTests.cpp | 287 checkImageSupport(context, params.format, params.flags, params.tiling); in checkSupport()
|
D | vktYCbCrViewTests.cpp | 418 checkImageSupport(context, params.format, params.createFlags); in checkSupport()
|
D | vktYCbCrImageQueryTests.cpp | 539 checkImageSupport(context, params.format, params.flags); in checkSupport()
|
D | vktYCbCrUtil.cpp | 190 void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags createFlags, VkImageT… in checkImageSupport() function
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 51 void checkImageSupport (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const…
|
D | vkImageUtil.cpp | 2703 void checkImageSupport (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const VkImag… in checkImageSupport() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 186 checkImageSupport(ctx.getInstanceInterface(), ctx.getPhysicalDevice(), req); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 2402 …checkImageSupport(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), imageCreateInfo… in iterateInternal() 2433 …checkImageSupport(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), imageCreateInfo… in iterateInternal() 2995 …checkImageSupport(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), imageCreateInfo… in iterateInternal() 3025 …checkImageSupport(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), imageCreateInfo… in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 495 void checkImageSupport (const vk::InstanceInterface& vki, in checkImageSupport() function 3837 …checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedi… in testImageBindExportImportBind() 3878 …checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedi… in testImageExportBindImportBind() 3927 …checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedi… in testImageExportImportBindBind()
|