Home
last modified time | relevance | path

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

/external/webrtc/audio/utility/
Dchannel_mixing_matrix.cc52 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/
DvktImageAtomicSpirvShaders.hpp52 …CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::Channe…
DvktImageAtomicSpirvShaders.cpp6525 CaseVariant::CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFo… in CaseVariant()
DvktImageMismatchedWriteOpTests.cpp482 return TextureFormat(TextureFormat::ChannelOrder::RGBA, channelType); in makeBufferFormat()
/external/webrtc/api/audio/
Dchannel_layout.h151 int ChannelOrder(ChannelLayout layout, Channels channel);
Dchannel_layout.cc203 int ChannelOrder(ChannelLayout layout, Channels channel) { in ChannelOrder() function
/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
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);
DtcuTexture.cpp553 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 <<()
DtcuTextureUtil.cpp131 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/
DditTextureFormatTests.cpp1224 …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/
Des3fFramebufferBlitTests.cpp311 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order) in getChannelMask()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp140 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/
DglsShaderExecUtil.cpp539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp813 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp185 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/
DrrRenderer.cpp1000 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1603 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/
DvktShaderExecutor.cpp673 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()