/external/webrtc/audio/utility/ |
D | channel_mixing_matrix.cc | 52 RTC_DCHECK_EQ(ChannelOrder(layout, LEFT) >= 0, in ValidateLayout() 53 ChannelOrder(layout, RIGHT) >= 0); in ValidateLayout() 54 RTC_DCHECK_EQ(ChannelOrder(layout, SIDE_LEFT) >= 0, in ValidateLayout() 55 ChannelOrder(layout, SIDE_RIGHT) >= 0); in ValidateLayout() 56 RTC_DCHECK_EQ(ChannelOrder(layout, BACK_LEFT) >= 0, in ValidateLayout() 57 ChannelOrder(layout, BACK_RIGHT) >= 0); in ValidateLayout() 58 RTC_DCHECK_EQ(ChannelOrder(layout, LEFT_OF_CENTER) >= 0, in ValidateLayout() 59 ChannelOrder(layout, RIGHT_OF_CENTER) >= 0); in ValidateLayout() 137 int input_ch_index = ChannelOrder(input_layout_, ch); in CreateTransformationMatrix() 141 int output_ch_index = ChannelOrder(output_layout_, ch); in CreateTransformationMatrix() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicSpirvShaders.hpp | 52 …CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::Channe…
|
D | vktImageAtomicSpirvShaders.cpp | 6525 CaseVariant::CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFo… in CaseVariant()
|
D | vktImageMismatchedWriteOpTests.cpp | 482 return TextureFormat(TextureFormat::ChannelOrder::RGBA, channelType); in makeBufferFormat()
|
/external/webrtc/api/audio/ |
D | channel_layout.h | 151 int ChannelOrder(ChannelLayout layout, Channels channel);
|
D | channel_layout.cc | 203 int ChannelOrder(ChannelLayout layout, Channels channel) { in ChannelOrder() function
|
/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 129 ChannelOrder order; 132 TextureFormat (ChannelOrder order_, ChannelType type_) in TextureFormat() 155 int getNumUsedChannels (TextureFormat::ChannelOrder order); 181 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order); 184 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order); 1239 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
|
D | tcuTexture.cpp | 553 bool isColorOrder (TextureFormat::ChannelOrder order) in isColorOrder() 682 int getNumUsedChannels (TextureFormat::ChannelOrder order) in getNumUsedChannels() 758 const TextureFormat::ChannelOrder order = format.order; in getPixelSize() 809 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle() 865 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order) in getChannelWriteSwizzle() 1032 …, 4> swizzleGe (const Vector<T, 4>& v, TextureFormat::ChannelOrder src, TextureFormat::ChannelOrde… in swizzleGe() 4076 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() 1615 static const TextureSwizzle& getBorderColorReadSwizzle (TextureFormat::ChannelOrder order) in getBorderColorReadSwizzle()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1224 …const TextureFormat::ChannelOrder baseOrders[] = { TextureFormat::RGBA, TextureFormat::RGB, Textur… in getBaseFormat() 1725 …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/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 140 tcu::TextureFormat::ChannelOrder co = tcu::TextureFormat::CHANNELORDER_LAST; in getTextureFormat() 2975 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 813 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
|
/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 | 1000 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1603 VkImageAspectFlagBits getPrimaryImageAspect (tcu::TextureFormat::ChannelOrder order) in getPrimaryImageAspect() 2767 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat… in pushReadImagesToBuffers() 2814 …const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getForm… in pushReadImagesToBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 673 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
|