Home | History | Annotate | Download | only in functional

Lines Matching defs:isDepthFormat

93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode)
288 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler::MODE_STENCIL))
294 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH))
471 const bool isDepth = isDepthFormat(format, mode);
1266 if (!isDepthFormat(m_texFormat, m_sampleMode))
1508 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode);