Lines Matching refs:shadowCompareMode
950 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureFormat is …
1026 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureType == T… in TextureGatherCase() argument
1038 , m_shadowCompareMode (shadowCompareMode) in TextureGatherCase()
1625 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DCase() argument
1634 …description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DCase()
1715 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DArrayCase() argument
1724 …ption, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DArrayCase()
1847 tcu::Sampler::CompareMode shadowCompareMode, in TextureGatherCubeCase() argument
1856 …TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGatherCubeCase()
1987 tcu::Sampler::CompareMode shadowCompareMode, in makeTextureGatherCase() argument
2000 …eGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode, in makeTextureGatherCase()
2004 …er2DArrayCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode, in makeTextureGatherCase()
2010 return new TextureGatherCubeCase(context, name, description, textureFormat, shadowCompareMode, in makeTextureGatherCase()