Home
last modified time | relevance | path

Searched refs:hasDepthStencil (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp153 bool hasDepthStencil(DepthStencilType type) in hasDepthStencil() function
262 if (hasDepthStencil(m_testParams.depthStencilType)) in checkSupport()
321 const bool isDepthStencil = hasDepthStencil(testParams.depthStencilType); in createRenderPass()
583 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance()
695 if (hasDepthStencil(m_testParams.depthStencilType)) in UnusedClearAttachmentTestInstance()
851 if (hasDepthStencil(m_testParams.depthStencilType)) in createCommandBuffer()
913 if (hasDepthStencil(m_testParams.depthStencilType)) in iterate()
1021 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
1032 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
1045 if (!hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp186 bool hasDepthStencil = rt->getStencilAttachment() != nullptr; in makeDesc() local
189 b.add32(static_cast<int32_t>(hasDepthStencil)); in makeDesc()
DGrDawnProgramBuilder.h81 bool hasDepthStencil,
DGrDawnProgramBuilder.cpp255 bool hasDepthStencil, in Build() argument
412 if (hasDepthStencil) { in Build()
DGrDawnGpu.cpp860 bool hasDepthStencil = rt->getStencilAttachment() != nullptr; in getOrCreateRenderPipeline() local
864 hasDepthStencil, stencilFormat, &desc); in getOrCreateRenderPipeline()
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp426 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
460 if (hasDepthStencil) in makeRenderPass()
484hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp177 …const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDE… in ReferenceRenderer() local
206 if (hasDepthStencil) in ReferenceRenderer()
DvktPipelineDepthRangeUnrestrictedTests.cpp377 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
411 if (hasDepthStencil) in makeRenderPass()
435hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp245 const bool hasDepthStencil = depthStencilFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
247 …const bool hasDepthStencilResolve = hasDepthStencil && (depthStencilSamples != VK_SAMP… in makeRenderPass()
302 if (hasDepthStencil) in makeRenderPass()
317 hasDepthStencil ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass()
361hasDepthStencil ? &depthStencilAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pDepth… in makeRenderPass()
394hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()