Lines Matching refs:wrapS
995 tcu::Sampler::WrapMode wrapS;
1024 , wrapS (wrapS_)
1041 , wrapS (tcu::Sampler::WRAPMODE_LAST)
1315 << vk::mapWrapMode(m_baseParams.wrapS) << " and "
1466 sampler.wrapS = m_baseParams.wrapS;
1919 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL,
1960 const tcu::Sampler::WrapMode wrapS,
1987 const tcu::Sampler::WrapMode wrapS,
1998 , m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, sparseCase)
2139 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL,
2186 const tcu::Sampler::WrapMode wrapS,
2213 const tcu::Sampler::WrapMode wrapS,
2224 , m_baseParams (TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, sparseCase)
2365 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL,
2414 const tcu::Sampler::WrapMode wrapS,
2439 const tcu::Sampler::WrapMode wrapS,
2450 , m_baseParams (TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, sparseCase)
2513 tcu::Sampler::WrapMode wrapS,
2528 wrapS, wrapT, texSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, textureSize.swizzle(0, 1), sparseCase);
2532 wrapS, wrapT, texSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, textureSize, sparseCase);
2538 wrapS, wrapT, texSwizzle, minFilter, magFilter, levelMode, baseLevel, flags, textureSize.x(), sparseCase);
2693 const tcu::Sampler::WrapMode wrapS = wrapModes[wrapSNdx].mode;
2698 compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), gatherType, offsetSize, format, compareMode, wrapS, wrapT,
2702 compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, gatherType, offsetSize, format, compareMode, wrapS, wrapT,