Searched refs:ChannelOrder (Results 1 – 13 of 13) 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 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); 1211 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
|
D | tcuTexture.cpp | 530 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() 3797 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order) in operator <<()
|
D | tcuTextureUtil.cpp | 131 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/ |
D | ditTextureFormatTests.cpp | 1178 …const TextureFormat::ChannelOrder baseOrders[] = { TextureFormat::RGBA, TextureFormat::RGB, Textur… in getBaseFormat() 1675 …const TextureFormat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelTy… in createTextureFormatTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 140 tcu::TextureFormat::ChannelOrder co = tcu::TextureFormat::CHANNELORDER_LAST; in getTextureFormat() 2442 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags()
|
/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/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 816 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 185 enum ChannelOrder enum 6343 …bool getChannelOrderForInternalformatAndType(GLenum internalformat, GLenum type, ChannelOrder* out… 8370 ChannelOrder channel_order = CHANNEL_ORDER_UNKNOWN; in getRawDataFromPixelData() 8824 ChannelOrder* out_channel_order) in getChannelOrderForInternalformatAndType()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 996 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1543 VkImageAspectFlagBits getPrimaryImageAspect (tcu::TextureFormat::ChannelOrder order) in getPrimaryImageAspect() 2704 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat… in pushReadImagesToBuffers() 2751 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getForm… in pushReadImagesToBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 672 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
|