Lines Matching refs:hasDepthComponent
116 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getImageAspectFlags()
257 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
261 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
545 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComp… in createRenderPass()
852 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComp… in createRenderPipeline()
968 const bool hasDepth (tcu::hasDepthComponent(format.order)); in createSplitDescriptorSetLayout()
1246 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getSrcImageUsage()
1258 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getDstFormat()
1487 …arateStencilUsage ? (m_separateStencilUsage == TEST_DEPTH) : tcu::hasDepthComponent(srcFormat.or… in iterateInternal()
1727 …teStencilUsage ? (config.separateStencilUsage == TEST_DEPTH) : tcu::hasDepthComponent(format.order… in init()
1992 if (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in init()
2198 …if (tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(form… in initTests()