Home
last modified time | relevance | path

Searched refs:textureSwizzle (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp998 MaybeTextureSwizzle textureSwizzle; member
1025 , textureSwizzle (textureSwizzle_) in GatherCaseBaseParams()
1041 , textureSwizzle (MaybeTextureSwizzle::createNoneTextureSwizzle()) in GatherCaseBaseParams()
1189 if (m_baseParams.textureSwizzle.isSome()) in init()
1191 …const tcu::Vector<TextureSwizzleComponent, 4>& swizzle = m_baseParams.textureSwizzle.getSwizzle(); in init()
1219 …<< TestLog::Message << "Using texture swizzle " << m_baseParams.textureSwizzle << TestLog::EndMess… in init()
1729 swizzleTexture(m_swizzledTexture, *texture, m_baseParams.textureSwizzle); in createTexture()
1754 const MaybeTextureSwizzle& textureSwizzle,
1780 const MaybeTextureSwizzle& textureSwizzle, in TextureGather2DCase() argument
1788 …herType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, ma… in TextureGather2DCase()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1045 const MaybeTextureSwizzle& textureSwizzle, in TextureGatherCase() argument
1057 , m_textureSwizzle (textureSwizzle) in TextureGatherCase()