Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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.cpp546 return TextureFormat(TextureFormat::ChannelOrder::RGBA, makeChannelType(channelClass, doubled)); in makeBufferFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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.cpp546 return TextureFormat(TextureFormat::ChannelOrder::RGBA, makeChannelType(channelClass, doubled)); in makeBufferFormat()
/third_party/vk-gl-cts/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);
1287 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
DtcuTexture.cpp559 bool isColorOrder (TextureFormat::ChannelOrder order) in isColorOrder()
693 int getNumUsedChannels (TextureFormat::ChannelOrder order) in getNumUsedChannels()
769 const TextureFormat::ChannelOrder order = format.order; in getPixelSize()
820 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle()
876 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order) in getChannelWriteSwizzle()
1043 …, 4> swizzleGe (const Vector<T, 4>& v, TextureFormat::ChannelOrder src, TextureFormat::ChannelOrde… in swizzleGe()
4273 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()
1617 static const TextureSwizzle& getBorderColorReadSwizzle (TextureFormat::ChannelOrder order) in getBorderColorReadSwizzle()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp1244 return tcuFmt.order == TextureFormat::ChannelOrder::RGBA in selectOptimalBlendableFormat()
1245 || tcuFmt.order == TextureFormat::ChannelOrder::sRGBA; in selectOptimalBlendableFormat()
DvktPipelineRenderToImageTests.cpp717 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
DvktPipelineImageSamplingInstance.cpp1532 tcu::TextureFormat::ChannelOrder channelOrder = tcu::TextureFormat::CHANNELORDER_LAST; in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp1244 return tcuFmt.order == TextureFormat::ChannelOrder::RGBA in selectOptimalBlendableFormat()
1245 || tcuFmt.order == TextureFormat::ChannelOrder::sRGBA; in selectOptimalBlendableFormat()
DvktPipelineRenderToImageTests.cpp717 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
DvktPipelineImageSamplingInstance.cpp1532 tcu::TextureFormat::ChannelOrder channelOrder = tcu::TextureFormat::CHANNELORDER_LAST; in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp90 return tcuFmt.order == tcu::TextureFormat::ChannelOrder::R; in selectFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp90 return tcuFmt.order == tcu::TextureFormat::ChannelOrder::R; in selectFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp140 tcu::TextureFormat::ChannelOrder co = tcu::TextureFormat::CHANNELORDER_LAST; in getTextureFormat()
2976 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp140 tcu::TextureFormat::ChannelOrder co = tcu::TextureFormat::CHANNELORDER_LAST; in getTextureFormat()
2976 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp314 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order) in getChannelMask()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp185 enum ChannelOrder enum
6348 …bool getChannelOrderForInternalformatAndType(GLenum internalformat, GLenum type, ChannelOrder* out…
8375 ChannelOrder channel_order = CHANNEL_ORDER_UNKNOWN; in getRawDataFromPixelData()
8828 ChannelOrder* out_channel_order) in getChannelOrderForInternalformatAndType()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.cpp1000 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()

12