HomeSort by relevance Sort by last modified time
    Searched refs:TextureSwizzle (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
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::Channel* map = getChannelReadSwizzle(format.order).components
    [all...]
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::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ONE }}
    [all...]
tcuTexture.hpp 146 struct TextureSwizzle
166 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
169 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
    [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]

Completed in 64 milliseconds