Home
last modified time | relevance | path

Searched refs:CHANNEL_1 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.cpp777 …::CHANNEL_0, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1 }}; in getChannelReadSwizzle()
778 …static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Textu… in getChannelReadSwizzle()
779 …ANNEL_0, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_1 }}; in getChannelReadSwizzle()
780 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle()
781 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle()
782 …static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle()
783 …static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle()
784 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, Text… in getChannelReadSwizzle()
832 …static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Textu… in getChannelWriteSwizzle()
834 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle()
[all …]
DtcuTextureUtil.cpp1509 …static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Textu… in getBorderColorReadSwizzle()
1511 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getBorderColorReadSwizzle()
1512 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getBorderColorReadSwizzle()
DtcuTexture.hpp157 CHANNEL_1, enumerator
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1242 case tcu::TextureSwizzle::CHANNEL_1: in getReferenceValues()