Lines Matching refs:isDepthFormat

124 static inline bool isDepthFormat (const tcu::TextureFormat& fmt)  in isDepthFormat()  function
361 if (isDepthFormat(dst.getFormat())) in swizzlePixels()
856 if (isDepthFormat(format)) in getSamplerType()
1065 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type)) in TextureGatherCase()
1069 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat… in TextureGatherCase()
1079 …DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's … in TextureGatherCase()
1185 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1240 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()
1242 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()
1309 if (isDepthFormat(m_textureFormat)) in init()
1370 …const bool needNormalizedCoordInShader = needPixelCoordInShader || isDepthFormat(m_textureFo… in iterate()
1522 if (isDepthFormat(m_textureFormat)) in verify()
1574 …const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth tex… in generateBasic2DCaseIterations()
1811 …if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4) in generateIterations()
1947 if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == cubeFaceI % 4) in generateIterations()
2176 if ((compareMode != tcu::Sampler::COMPAREMODE_NONE) != isDepthFormat(format)) in init()
2211 if (!isDepthFormat(format)) in init()
2267 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()
2269 …if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEARES… in init()
2290 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()
2300 … if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type)) in init()
2305 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LE… in init()