Lines Matching refs:isDepthFormat

191 static inline bool isDepthFormat (const tcu::TextureFormat& fmt)
392 if (isDepthFormat(dst.getFormat()))
848 if (isDepthFormat(format))
918 const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth textures, test explicit components 0 to 3 and implicit component 0.
1160 isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureFormat.type))
1164 DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_baseParams.textureFormat));
1346 const bool needNormalizedCoordInShader = m_baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC || isDepthFormat(m_baseParams.textureFormat);
1471 if (isDepthFormat(m_baseParams.textureFormat))
1736 if (isDepthFormat(textureFormat))
1810 const bool useNormalizedCoord = usePixCoord || isDepthFormat(baseParams.textureFormat);
1812 const bool isShadow = isDepthFormat(baseParams.textureFormat);
2070 if (isDepthFormat(textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4)
2295 if (isDepthFormat(textureFormat) || basicIterations[basicNdx].componentNdx == cubeFaceI % 4)
2673 if ((compareMode != tcu::Sampler::COMPAREMODE_NONE) != isDepthFormat(format))
2713 if (!isDepthFormat(format))
2774 const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sampler::COMPAREMODE_NONE;
2776 if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEAREST)
2819 if (isDepthFormat(format) && mode != LevelMode::NORMAL)
2823 const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sampler::COMPAREMODE_NONE;