Home
last modified time | relevance | path

Searched refs:checkImageSupport (Results 1 - 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.hpp85 void checkImageSupport (Context& context, vk::VkFormat format, vk::VkImageCreateFlags createFlags, vk::VkImageTiling tiling = vk::VK_IMAGE_TILING_OPTIMAL);
H A DvktYCbCrFormatTests.cpp287 checkImageSupport(context, params.format, params.flags, params.tiling); in checkSupport()
H A DvktYCbCrImageQueryTests.cpp547 checkImageSupport(context, params.format, params.flags); in checkSupport()
H A DvktYCbCrViewTests.cpp423 checkImageSupport(context, params.format, params.createFlags); in checkSupport()
H A DvktYCbCrUtil.cpp190 void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags createFlags, VkImageTiling tiling) in checkImageSupport() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.hpp85 void checkImageSupport (Context& context, vk::VkFormat format, vk::VkImageCreateFlags createFlags, vk::VkImageTiling tiling = vk::VK_IMAGE_TILING_OPTIMAL);
H A DvktYCbCrFormatTests.cpp287 checkImageSupport(context, params.format, params.flags, params.tiling); in checkSupport()
H A DvktYCbCrViewTests.cpp421 checkImageSupport(context, params.format, params.createFlags); in checkSupport()
H A DvktYCbCrImageQueryTests.cpp547 checkImageSupport(context, params.format, params.flags); in checkSupport()
H A DvktYCbCrUtil.cpp190 void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags createFlags, VkImageTiling tiling) in checkImageSupport() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp58 void checkImageSupport (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const VkImageCreateInfo& imageCreateInfo);
H A DvkImageUtil.cpp2921 void checkImageSupport (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const VkImageCreateInfo& imageCreateInfo)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp202 checkImageSupport(ctx.getInstanceInterface(), ctx.getPhysicalDevice(), req); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp201 checkImageSupport(ctx.getInstanceInterface(), ctx.getPhysicalDevice(), req); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp480 checkImageSupport(vki, physDevice, imageParams); in setup()
591 checkImageSupport(vki, physDevice, colorImageParams); in setup()
1040 checkImageSupport(vki, physDevice, imageParams); in setup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp413 checkImageSupport(vki, physDevice, imageParams); in setup()
524 checkImageSupport(vki, physDevice, colorImageParams); in setup()
931 checkImageSupport(vki, physDevice, imageParams); in setup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp436 checkImageSupport(context.getInstanceInterface(), context.getPhysicalDevice(), imageCreateInfo); in imageCreateTest()
H A DvktApiExternalMemoryTests.cpp530 void checkImageSupport (const vk::InstanceInterface& vki, in checkImageSupport() function
4125 checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedicated); in testImageBindExportImportBind()
4166 checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedicated); in testImageExportBindImportBind()
4215 checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedicated); in testImageExportImportBindBind()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp2402 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_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp2402 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/
H A DvktApiImageCompressionControlTests.cpp610 checkImageSupport(context.getInstanceInterface(), context.getPhysicalDevice(), imageCreateInfo); in imageCreateTest()
H A DvktApiExternalMemoryTests.cpp541 void checkImageSupport (const vk::InstanceInterface& vki, in checkImageSupport() function
4326 checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedicated); in testImageBindExportImportBind()
4372 checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedicated); in testImageExportBindImportBind()
4426 checkImageSupport(vki, physicalDevice, config.externalType, 0u, usage, format, tiling, config.dedicated); in testImageExportImportBindBind()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.cpp511 checkImageSupport(instance, physicalDevice, imageTexelsInfo); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.cpp511 checkImageSupport(instance, physicalDevice, imageTexelsInfo); in iterate()

Completed in 60 milliseconds