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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp998 MaybeTextureSwizzle textureSwizzle; member in struct:vkt::sr::__anon3991::GatherCaseBaseParams
1025 , textureSwizzle (textureSwizzle_)
1041 , textureSwizzle (MaybeTextureSwizzle::createNoneTextureSwizzle())
1188 if (m_baseParams.textureSwizzle.isSome())
1190 const tcu::Vector<TextureSwizzleComponent, 4>& swizzle = m_baseParams.textureSwizzle.getSwizzle();
1218 << TestLog::Message << "Using texture swizzle " << m_baseParams.textureSwizzle << TestLog::EndMessage;
1728 swizzleTexture(m_swizzledTexture, *texture, m_baseParams.textureSwizzle);
1753 const MaybeTextureSwizzle& textureSwizzle,
1779 const MaybeTextureSwizzle& textureSwizzle,
1787 , m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilte
1770 TextureGather2DCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const IVec2& textureSize, const ImageBackingMode sparseCase) argument
1982 TextureGather2DArrayCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const IVec3& textureSize, const ImageBackingMode sparseCase) argument
2200 TextureGatherCubeCase(tcu::TestContext& testCtx, const string& name, const string& description, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const int textureSize, const ImageBackingMode sparseCase) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1029 const MaybeTextureSwizzle& textureSwizzle,
1041 , m_textureSwizzle (textureSwizzle)
1019 TextureGatherCase(Context& context, const char* name, const char* description, TextureType textureType, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags) argument

Completed in 161 milliseconds