• Home
  • Raw
  • Download

Lines Matching refs:wrapS

1007 	tcu::Sampler::WrapMode		wrapS;  member
1036 , wrapS (wrapS_) in GatherCaseBaseParams()
1053 , wrapS (tcu::Sampler::WRAPMODE_LAST) in GatherCaseBaseParams()
1313 << vk::mapWrapMode(m_baseParams.wrapS) << " and " in init()
1459 sampler.wrapS = m_baseParams.wrapS; in verify()
1911 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture()
1952 const tcu::Sampler::WrapMode wrapS,
1980 const tcu::Sampler::WrapMode wrapS, in TextureGather2DCase() argument
1991 …, m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, w… in TextureGather2DCase()
2132 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture()
2179 const tcu::Sampler::WrapMode wrapS,
2207 const tcu::Sampler::WrapMode wrapS, in TextureGather2DArrayCase() argument
2218 …ETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwi… in TextureGather2DArrayCase()
2359 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture()
2409 const tcu::Sampler::WrapMode wrapS,
2435 const tcu::Sampler::WrapMode wrapS, in TextureGatherCubeCase() argument
2446 …UBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwi… in TextureGatherCubeCase()
2510 tcu::Sampler::WrapMode wrapS, in makeTextureGatherCase() argument
2525wrapS, wrapT, texSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, textureSize.swizzle(0… in makeTextureGatherCase()
2529wrapS, wrapT, texSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, textureSize, sparseCa… in makeTextureGatherCase()
2535wrapS, wrapT, texSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, textureSize.x(), spar… in makeTextureGatherCase()
2689 const tcu::Sampler::WrapMode wrapS = wrapModes[wrapSNdx].mode; in init() local
2694 …reType, m_testCtx, caseName.c_str(), "", gatherType, offsetSize, format, compareMode, wrapS, wrapT, in init()
2697 …pe, m_testCtx, "sparse_" + caseName, "", gatherType, offsetSize, format, compareMode, wrapS, wrapT, in init()