/third_party/vk-gl-cts/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 | 546 return TextureFormat(TextureFormat::ChannelOrder::RGBA, makeChannelType(channelClass, doubled)); in makeBufferFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 | 546 return TextureFormat(TextureFormat::ChannelOrder::RGBA, makeChannelType(channelClass, doubled)); in makeBufferFormat()
|
/third_party/vk-gl-cts/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); 1287 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
|
D | tcuTexture.cpp | 559 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 <<()
|
D | tcuTextureUtil.cpp | 131 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/ |
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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 1244 return tcuFmt.order == TextureFormat::ChannelOrder::RGBA in selectOptimalBlendableFormat() 1245 || tcuFmt.order == TextureFormat::ChannelOrder::sRGBA; in selectOptimalBlendableFormat()
|
D | vktPipelineRenderToImageTests.cpp | 717 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
|
D | vktPipelineImageSamplingInstance.cpp | 1532 tcu::TextureFormat::ChannelOrder channelOrder = tcu::TextureFormat::CHANNELORDER_LAST; in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 1244 return tcuFmt.order == TextureFormat::ChannelOrder::RGBA in selectOptimalBlendableFormat() 1245 || tcuFmt.order == TextureFormat::ChannelOrder::sRGBA; in selectOptimalBlendableFormat()
|
D | vktPipelineRenderToImageTests.cpp | 717 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(format).order; in getFormatAspectFlags()
|
D | vktPipelineImageSamplingInstance.cpp | 1532 tcu::TextureFormat::ChannelOrder channelOrder = tcu::TextureFormat::CHANNELORDER_LAST; in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueTests.cpp | 90 return tcuFmt.order == tcu::TextureFormat::ChannelOrder::R; in selectFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktGlobalPriorityQueueTests.cpp | 90 return tcuFmt.order == tcu::TextureFormat::ChannelOrder::R; in selectFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 140 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/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 140 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/ |
D | es3fFramebufferBlitTests.cpp | 314 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order) in getChannelMask()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderExecUtil.cpp | 539 const tcu::TextureFormat::ChannelOrder channelOrderMap[] = in getRenderbufferFormatForOutput()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 185 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/ |
D | rrRenderer.cpp | 1000 const tcu::TextureFormat::ChannelOrder order = format.order; in findPrimitiveMinimumResolvableDifference()
|