Home
last modified time | relevance | path

Searched refs:TextureSwizzle (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.cpp461 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatInfo()
462 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatInfo()
463 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
464 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
465 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE); in getTextureFormatInfo()
606 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatBitDepth()
607 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatBitDepth()
608 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
609 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
610 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE); in getTextureFormatBitDepth()
[all …]
DtcuTexture.cpp809 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle()
814 …tatic const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, T… in getChannelReadSwizzle()
815 …static const TextureSwizzle R = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ZERO, Text… in getChannelReadSwizzle()
816 …static const TextureSwizzle A = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, Te… in getChannelReadSwizzle()
817 …static const TextureSwizzle I = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, Textur… in getChannelReadSwizzle()
818 …static const TextureSwizzle L = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, Textur… in getChannelReadSwizzle()
819 …static const TextureSwizzle LA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, Textu… in getChannelReadSwizzle()
820 …static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Textu… in getChannelReadSwizzle()
821 …static const TextureSwizzle RA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ZERO, Tex… in getChannelReadSwizzle()
822 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle()
[all …]
DtcuTexture.hpp161 struct TextureSwizzle struct
181 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
184 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat()
829 const TextureSwizzle::Channel chan = readSwizzle.components[compNdx]; in convertNormalizedFormat()
831 if (chan == TextureSwizzle::CHANNEL_ZERO) in convertNormalizedFormat()
836 else if (chan == TextureSwizzle::CHANNEL_ONE) in convertNormalizedFormat()
920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat()
924 const TextureSwizzle::Channel chan = readSwizzle.components[compNdx]; in convertFloatFormat()
926 if (chan == TextureSwizzle::CHANNEL_ZERO) in convertFloatFormat()
931 else if (chan == TextureSwizzle::CHANNEL_ONE) in convertFloatFormat()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1274 const tcu::TextureSwizzle& swizzle = tcu::getChannelReadSwizzle(viewFormat.order); in getReferenceValues()
1287 case tcu::TextureSwizzle::CHANNEL_0: in getReferenceValues()
1288 case tcu::TextureSwizzle::CHANNEL_1: in getReferenceValues()
1289 case tcu::TextureSwizzle::CHANNEL_2: in getReferenceValues()
1290 case tcu::TextureSwizzle::CHANNEL_3: in getReferenceValues()
1294 case tcu::TextureSwizzle::CHANNEL_ZERO: in getReferenceValues()
1298 case tcu::TextureSwizzle::CHANNEL_ONE: in getReferenceValues()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.hpp40 namespace TextureSwizzle namespace
Dgl3cTextureSwizzleTests.cpp47 namespace TextureSwizzle namespace
4257 addChild(new TextureSwizzle::APIErrorsTest(m_context)); in iterate()
4258 addChild(new TextureSwizzle::IntialStateTest(m_context)); in iterate()
4259 addChild(new TextureSwizzle::SmokeTest(m_context)); in iterate()
4260 addChild(new TextureSwizzle::FunctionalTest(m_context)); in iterate()