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

/external/deqp/framework/common/
H A DtcuTextureUtil.cpp447 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components;
448 const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
449 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
450 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
451 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE);
574 const TextureSwizzle
[all...]
H A DtcuTexture.cpp767 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order)
772 static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ONE }};
773 static const TextureSwizzle R = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle
[all...]
H A DtcuTexture.hpp151 struct TextureSwizzle struct in namespace:tcu
171 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
174 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp778 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order);
824 const TextureSwizzle::Channel chan = readSwizzle.components[compNdx];
826 if (chan == TextureSwizzle::CHANNEL_ZERO)
831 else if (chan == TextureSwizzle::CHANNEL_ONE)
894 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order);
898 const TextureSwizzle::Channel chan = readSwizzle.components[compNdx];
900 if (chan == TextureSwizzle::CHANNEL_ZERO)
905 else if (chan == TextureSwizzle::CHANNEL_ONE)
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.hpp40 namespace TextureSwizzle namespace in namespace:gl3cts
H A Dgl3cTextureSwizzleTests.cpp47 namespace TextureSwizzle namespace in namespace:gl3cts
4257 addChild(new TextureSwizzle::APIErrorsTest(m_context));
4258 addChild(new TextureSwizzle::IntialStateTest(m_context));
4259 addChild(new TextureSwizzle::SmokeTest(m_context));
4260 addChild(new TextureSwizzle::FunctionalTest(m_context));
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1228 const tcu::TextureSwizzle& swizzle = tcu::getChannelReadSwizzle(viewFormat.order);
1241 case tcu::TextureSwizzle::CHANNEL_0:
1242 case tcu::TextureSwizzle::CHANNEL_1:
1243 case tcu::TextureSwizzle::CHANNEL_2:
1244 case tcu::TextureSwizzle::CHANNEL_3:
1248 case tcu::TextureSwizzle::CHANNEL_ZERO:
1252 case tcu::TextureSwizzle::CHANNEL_ONE:

Completed in 295 milliseconds