Lines Matching refs:textureSwizzle
1009 MaybeTextureSwizzle textureSwizzle; member
1038 , textureSwizzle (textureSwizzle_) in GatherCaseBaseParams()
1055 , textureSwizzle (MaybeTextureSwizzle::createNoneTextureSwizzle()) in GatherCaseBaseParams()
1280 if (m_baseParams.textureSwizzle.isSome()) in init()
1282 …const tcu::Vector<TextureSwizzleComponent, 4>& swizzle = m_baseParams.textureSwizzle.getSwizzle(); in init()
1334 …<< TestLog::Message << "Using texture swizzle " << m_baseParams.textureSwizzle << TestLog::EndMess… in init()
1950 swizzleTexture(m_swizzledTexture, *texture, m_baseParams.textureSwizzle); in createTexture()
1975 const MaybeTextureSwizzle& textureSwizzle,
2003 const MaybeTextureSwizzle& textureSwizzle, in TextureGather2DCase() argument
2012 …herType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, ma… in TextureGather2DCase()
2178 swizzleTexture(m_swizzledTexture, *texture, m_baseParams.textureSwizzle); in createTexture()
2203 const MaybeTextureSwizzle& textureSwizzle,
2231 const MaybeTextureSwizzle& textureSwizzle, in TextureGather2DArrayCase() argument
2240 …herType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, ma… in TextureGather2DArrayCase()
2409 swizzleTexture(m_swizzledTexture, *texture, m_baseParams.textureSwizzle); in createTexture()
2433 const MaybeTextureSwizzle& textureSwizzle,
2459 const MaybeTextureSwizzle& textureSwizzle, in TextureGatherCubeCase() argument
2468 …IC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, ma… in TextureGatherCubeCase()