Home
last modified time | relevance | path

Searched refs:ChannelOrder (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp43 enum ChannelOrder enum in tcu::TextureFormat
102 ChannelOrder order;
105 TextureFormat (ChannelOrder order_, ChannelType type_) in TextureFormat()
149 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
152 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
1159 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
DtcuTexture.cpp179 int getNumUsedChannels (TextureFormat::ChannelOrder order) in getNumUsedChannels()
389 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle()
436 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order) in getChannelWriteSwizzle()
3337 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order) in operator <<()
DtcuTextureUtil.cpp1220 static const TextureSwizzle& getBorderColorReadSwizzle (TextureFormat::ChannelOrder order) in getBorderColorReadSwizzle()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp311 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order) in getChannelMask()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp678 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp996 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()