Searched refs:m_shadowCompareMode (Results 1 – 1 of 1) sorted by relevance
1000 const tcu::Sampler::CompareMode m_shadowCompareMode; member in deqp::gles31::Functional::__anon39ed81040111::TextureGatherCase1054 , m_shadowCompareMode (shadowCompareMode) in TextureGatherCase()1068 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat… in TextureGatherCase()1307 gl.texParameteri(texTypeGL, GL_TEXTURE_COMPARE_FUNC, glu::getGLCompareFunc(m_shadowCompareMode)); in init()1342 if (m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) in init()1343 …re compare func " << glu::getCompareFuncName(glu::getGLCompareFunc(m_shadowCompareMode)) << TestLo… in init()1512 sampler.compare = m_shadowCompareMode; in verify()