Home
last modified time | relevance | path

Searched refs:ChannelOrder (Results 1 – 12 of 12) 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
119 ChannelOrder order;
122 TextureFormat (ChannelOrder order_, ChannelType type_) in TextureFormat()
145 int getNumUsedChannels (TextureFormat::ChannelOrder order);
171 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
174 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
1194 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
DtcuTexture.cpp530 bool isColorOrder (TextureFormat::ChannelOrder order) in isColorOrder()
649 int getNumUsedChannels (TextureFormat::ChannelOrder order) in getNumUsedChannels()
718 const TextureFormat::ChannelOrder order = format.order; in getPixelSize()
767 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle()
821 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order) in getChannelWriteSwizzle()
963 …, 4> swizzleRB (const Vector<T, 4>& v, TextureFormat::ChannelOrder src, TextureFormat::ChannelOrde… in swizzleRB()
3789 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order) in operator <<()
DtcuTextureUtil.cpp131 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent()
146 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent()
1498 static const TextureSwizzle& getBorderColorReadSwizzle (TextureFormat::ChannelOrder order) in getBorderColorReadSwizzle()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1178 …const TextureFormat::ChannelOrder baseOrders[] = { TextureFormat::RGBA, TextureFormat::RGB, Textur… in getBaseFormat()
1675 …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/modules/glshared/
DglsShaderExecUtil.cpp539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp823 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp129 tcu::TextureFormat::ChannelOrder co = tcu::TextureFormat::CHANNELORDER_LAST; in getTextureFormat()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1482 VkImageAspectFlagBits getPrimaryImageAspect (tcu::TextureFormat::ChannelOrder order) in getPrimaryImageAspect()
2616 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat… in pushReadImagesToBuffers()
2663 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getForm… in pushReadImagesToBuffers()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp996 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp525 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()