Lines Matching refs:shadowCompareMode
966 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureFormat is …
1042 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureType == T… in TextureGatherCase() argument
1054 , m_shadowCompareMode (shadowCompareMode) in TextureGatherCase()
1645 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DCase() argument
1654 …description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DCase()
1735 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DArrayCase() argument
1744 …ption, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DArrayCase()
1867 tcu::Sampler::CompareMode shadowCompareMode, in TextureGatherCubeCase() argument
1876 …TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGatherCubeCase()
2007 tcu::Sampler::CompareMode shadowCompareMode, in makeTextureGatherCase() argument
2020 …eGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode, in makeTextureGatherCase()
2024 …er2DArrayCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode, in makeTextureGatherCase()
2030 return new TextureGatherCubeCase(context, name, description, textureFormat, shadowCompareMode, in makeTextureGatherCase()