Searched refs:ChannelOrder (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 43 bool hasStencilComponent (TextureFormat::ChannelOrder order); 44 bool hasDepthComponent (TextureFormat::ChannelOrder order);
|
D | tcuTexture.hpp | 43 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);
|
D | tcuTexture.cpp | 290 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 <<()
|
D | tcuTextureUtil.cpp | 126 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/ |
D | ditTextureFormatTests.cpp | 1093 …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/ |
D | es3fFramebufferBlitTests.cpp | 311 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order) in getChannelMask()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 1315 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/ |
D | glsShaderExecUtil.cpp | 539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 996 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 533 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
|