Searched refs:TextureSwizzle (Results 1 - 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
H A D | tcuTextureUtil.cpp | 438 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; 439 const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, 440 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, 441 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, 442 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE); 558 const TextureSwizzle [all...] |
H A D | tcuTexture.cpp | 711 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) 716 static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ONE }}; 717 static const TextureSwizzle R = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle [all...] |
H A D | tcuTexture.hpp | 146 struct TextureSwizzle struct in namespace:tcu 166 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order); 169 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
|
/external/deqp/modules/internal/ |
H A D | ditTextureFormatTests.cpp | 1143 const tcu::TextureSwizzle& swizzle = tcu::getChannelReadSwizzle(viewFormat.order); 1156 case tcu::TextureSwizzle::CHANNEL_0: 1157 case tcu::TextureSwizzle::CHANNEL_1: 1158 case tcu::TextureSwizzle::CHANNEL_2: 1159 case tcu::TextureSwizzle::CHANNEL_3: 1163 case tcu::TextureSwizzle::CHANNEL_ZERO: 1167 case tcu::TextureSwizzle::CHANNEL_ONE:
|
Completed in 79 milliseconds