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);
1270 if (!isDepthFormat(m_texFormat, m_sampleMode))
1513 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode);