• Home
  • Raw
  • Download

Lines Matching refs:isDepthFormat

123 static inline bool isDepthFormat (const tcu::TextureFormat& fmt)  in isDepthFormat()  function
360 if (isDepthFormat(dst.getFormat())) in swizzlePixels()
855 if (isDepthFormat(format)) in getSamplerType()
1064 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type)) in TextureGatherCase()
1068 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat… in TextureGatherCase()
1078 …DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's … in TextureGatherCase()
1184 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1239 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()
1241 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()
1304 if (isDepthFormat(m_textureFormat)) in init()
1362 …const bool needNormalizedCoordInShader = needPixelCoordInShader || isDepthFormat(m_textureFo… in iterate()
1514 if (isDepthFormat(m_textureFormat)) in verify()
1566 …const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth tex… in generateBasic2DCaseIterations()
1803 …if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4) in generateIterations()
1939 if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == cubeFaceI % 4) in generateIterations()
2168 if ((compareMode != tcu::Sampler::COMPAREMODE_NONE) != isDepthFormat(format)) in init()
2203 if (!isDepthFormat(format)) in init()
2259 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()
2261 …if ((isUnormFormatType(format.type) || isDepthFormat(format)) && magFilter == tcu::Sampler::NEARES… in init()
2282 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_… in init()
2292 … if (!isDepthFormat(format) && !isSIntFormatType(format.type) && !isUIntFormatType(format.type)) in init()
2297 …const tcu::Sampler::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LE… in init()