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()
1182 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1237 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()
1239 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()
1306 if (isDepthFormat(m_textureFormat)) in init()
1367 …const bool needNormalizedCoordInShader = needPixelCoordInShader || isDepthFormat(m_textureFo… in iterate()
1519 if (isDepthFormat(m_textureFormat)) in verify()
1571 …const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth tex… in generateBasic2DCaseIterations()
1808 …if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4) in generateIterations()
1944 if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == cubeFaceI % 4) in generateIterations()
2173 if ((compareMode != tcu::Sampler::COMPAREMODE_NONE) != isDepthFormat(format)) in init()
2208 if (!isDepthFormat(format)) in init()
2264 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()
2266 …if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEARES… in init()
2287 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()
2297 … if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type)) in init()
2302 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LE… in init()