Lines Matching refs:isDepthFormat
191 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function
392 if (isDepthFormat(dst.getFormat())) in swizzlePixels()
860 if (isDepthFormat(format)) in getSamplerType()
930 …const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth tex… in generateBasic2DCaseIterations()
1167 …isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureForma… in TextureGatherInstance()
1171 …DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_ba… in TextureGatherInstance()
1344 …rdInShader = m_baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC || isDepthFormat(m_baseParams.t… in setupDefaultInputs()
1463 if (isDepthFormat(m_baseParams.textureFormat)) in verify()
1728 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1802 const bool useNormalizedCoord = usePixCoord || isDepthFormat(baseParams.textureFormat); in genGatherPrograms()
1804 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms()
2063 … if (isDepthFormat(textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4) in generate2DArrayCaseIterations()
2289 if (isDepthFormat(textureFormat) || basicIterations[basicNdx].componentNdx == cubeFaceI % 4) in generateCubeCaseIterations()
2669 if ((compareMode != tcu::Sampler::COMPAREMODE_NONE) != isDepthFormat(format)) in init()
2707 if (!isDepthFormat(format)) in init()
2766 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()
2768 …if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEARES… in init()
2807 if (isDepthFormat(format) && mode != LevelMode::NORMAL) in init()
2811 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()