Home
last modified time | relevance | path

Searched refs:m_depthFormat (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp155 const VkFormat m_depthFormat; member in vkt::pipeline::__anon28171::DepthTest
199 const VkFormat m_depthFormat; member in vkt::pipeline::__anon28171::DepthTestInstance
283 , m_depthFormat (depthFormat) in DepthTest()
308 if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_depthFormat)) in checkSupport()
309 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat)); in checkSupport()
324 return new DepthTestInstance(context, m_pipelineConstructionType, m_depthFormat, m_depthCompareOps, m_separateDepthStencilLayouts, m_primitiveTopology, m_depthBoundsTestEnable, m_depthBoundsMin, m_depthBoundsMax, m_depthTestEnable, m_stencilTestEnable, m_colorAttachmentEnable, m_hostVisible, m_renderSize, m_depthClipControl); in createInstance()
384 , m_depthFormat (depthFormat) in DepthTestInstance()
460 m_depthFormat, // VkFormat format;
481 const VkImageAspectFlags aspect = (mapVkFormat(m_depthFormat).order == tcu::TextureFormat::DS ? VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT
513 m_depthFormat, // VkForma
[all...]
H A DvktPipelineCacheTests.cpp318 const VkFormat m_depthFormat; member in vkt::pipeline::__anon28158::GraphicsCacheTestInstance
472 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsCacheTestInstance()
493 m_renderPassFramebuffer[PIPELINE_CACHE_NDX_NO_CACHE] = RenderPassWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, m_colorFormat, m_depthFormat);
494 m_renderPassFramebuffer[PIPELINE_CACHE_NDX_CACHED] = RenderPassWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, m_colorFormat, m_depthFormat);
518 m_depthFormat,
592 m_depthFormat, // VkFormat format;
785 defaultClearValue(m_depthFormat), in prepareRenderPass()
H A DvktPipelineCreationFeedbackTests.cpp265 const VkFormat m_depthFormat; member in vkt::pipeline::__anon28166::GraphicsCacheTestInstance
402 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsCacheTestInstance()
430 m_renderPass = RenderPassWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, m_colorFormat, m_depthFormat);
H A DvktPipelineExecutablePropertiesTests.cpp765 const VkFormat m_depthFormat; member in vkt::pipeline::__anon28190::GraphicsExecutablePropertiesTestInstance
890 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsExecutablePropertiesTestInstance()
922 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat);
H A DvktPipelineTimestampTests.cpp1453 const VkFormat m_depthFormat; member in vkt::pipeline::BasicGraphicsTestInstance
1657 , m_depthFormat (VK_FORMAT_D16_UNORM) in BasicGraphicsTestInstance()
1662 buildRenderPass(m_colorFormat, m_depthFormat); in BasicGraphicsTestInstance()
1664 buildFrameBuffer(m_renderSize, m_colorFormat, m_depthFormat); in BasicGraphicsTestInstance()
1776 defaultClearValue(m_depthFormat), in configCommandBuffer()
2055 defaultClearValue(m_depthFormat), in configCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp152 const VkFormat m_depthFormat; member in vkt::pipeline::__anon29398::DepthTest
192 const VkFormat m_depthFormat; member in vkt::pipeline::__anon29398::DepthTestInstance
274 , m_depthFormat (depthFormat) in DepthTest()
297 if (!isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_depthFormat)) in checkSupport()
298 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat)); in checkSupport()
313 return new DepthTestInstance(context, m_pipelineConstructionType, m_depthFormat, m_depthCompareOps, m_separateDepthStencilLayouts, m_primitiveTopology, m_depthBoundsTestEnable, m_depthBoundsMin, m_depthBoundsMax, m_depthTestEnable, m_stencilTestEnable, m_colorAttachmentEnable, m_depthClipControl); in createInstance()
371 , m_depthFormat (depthFormat) in DepthTestInstance()
446 m_depthFormat, // VkFormat format;
466 const VkImageAspectFlags aspect = (mapVkFormat(m_depthFormat).order == tcu::TextureFormat::DS ? VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT
498 m_depthFormat, // VkForma
[all...]
H A DvktPipelineCacheTests.cpp329 const VkFormat m_depthFormat; member in vkt::pipeline::__anon29385::GraphicsCacheTestInstance
483 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsCacheTestInstance()
504 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat);
528 m_depthFormat,
602 m_depthFormat, // VkFormat format;
789 defaultClearValue(m_depthFormat), in prepareRenderPass()
H A DvktPipelineCreationFeedbackTests.cpp278 const VkFormat m_depthFormat; member in vkt::pipeline::__anon29393::GraphicsCacheTestInstance
418 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsCacheTestInstance()
446 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat);
H A DvktPipelineExecutablePropertiesTests.cpp792 const VkFormat m_depthFormat; member in vkt::pipeline::__anon29416::GraphicsExecutablePropertiesTestInstance
917 , m_depthFormat (VK_FORMAT_D16_UNORM) in GraphicsExecutablePropertiesTestInstance()
949 m_renderPass = makeRenderPass(vk, vkDevice, m_colorFormat, m_depthFormat);
H A DvktPipelineTimestampTests.cpp1376 const VkFormat m_depthFormat;
1577 , m_depthFormat (VK_FORMAT_D16_UNORM)
1582 buildRenderPass(m_colorFormat, m_depthFormat);
1584 buildFrameBuffer(m_renderSize, m_colorFormat, m_depthFormat);
1698 defaultClearValue(m_depthFormat),
1980 defaultClearValue(m_depthFormat),
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp464 , m_depthFormat (depthFormat) in BlitDepthStencilCase()
479 if (m_depthFormat != GL_NONE) in preCheck()
480 checkFormatSupport(m_depthFormat); in preCheck()
484 && m_depthFormat != GL_NONE && m_stencilFormat != GL_NONE) in preCheck()
529 if (m_depthFormat != GL_NONE) { in render()
532 glRenderbufferStorage(GL_RENDERBUFFER, m_depthFormat, size.x(), size.y()); in render()
621 deUint32 m_depthFormat; member in deqp::gles3::Functional::BlitDepthStencilCase

Completed in 29 milliseconds