Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
44 bool hasDepthComponent (TextureFormat::ChannelOrder order);
DtcuTexture.hpp43 enum ChannelOrder enum in tcu::TextureFormat
116 ChannelOrder order;
119 TextureFormat (ChannelOrder order_, ChannelType type_) in TextureFormat()
166 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
169 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
1177 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
DtcuTexture.cpp290 int getNumUsedChannels (TextureFormat::ChannelOrder order) in getNumUsedChannels()
544 bool isColorOrder (TextureFormat::ChannelOrder order) in isColorOrder()
662 const TextureFormat::ChannelOrder order = format.order; in getPixelSize()
711 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle()
765 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order) in getChannelWriteSwizzle()
907 …, 4> swizzleRB (const Vector<T, 4>& v, TextureFormat::ChannelOrder src, TextureFormat::ChannelOrde… in swizzleRB()
3733 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order) in operator <<()
DtcuTextureUtil.cpp126 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent()
141 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent()
1480 static const TextureSwizzle& getBorderColorReadSwizzle (TextureFormat::ChannelOrder order) in getBorderColorReadSwizzle()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1093 …const TextureFormat::ChannelOrder baseOrders[] = { TextureFormat::RGBA, TextureFormat::RGB, Textur… in getBaseFormat()
1585 …const TextureFormat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelTy… in createTextureFormatTests()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp311 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order) in getChannelMask()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp1315 VkImageAspectFlagBits getPrimaryImageAspect (tcu::TextureFormat::ChannelOrder order) in getPrimaryImageAspect()
2119 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat… in pushReadImagesToBuffers()
2166 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getForm… in pushReadImagesToBuffers()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp996 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp533 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()