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

  /external/deqp/framework/common/
tcuTextureUtil.cpp 447 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::Channel* map = getChannelReadSwizzle(format.order).components
    [all...]
tcuTexture.cpp 767 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::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ONE }}
    [all...]
tcuTexture.hpp 151 struct TextureSwizzle
171 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
174 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 778 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/modules/internal/
ditTextureFormatTests.cpp     [all...]

Completed in 73 milliseconds