Home
last modified time | relevance | path

Searched refs:TextureFormat (Results 1 – 25 of 119) sorted by relevance

12345

/external/deqp/framework/opengl/
DgluTextureUtil.cpp45 TransferFormat getTransferFormat (tcu::TextureFormat texFormat) in getTransferFormat()
47 using tcu::TextureFormat; in getTransferFormat()
55 case TextureFormat::SIGNED_INT8: in getTransferFormat()
56 case TextureFormat::SIGNED_INT16: in getTransferFormat()
57 case TextureFormat::SIGNED_INT32: in getTransferFormat()
58 case TextureFormat::UNSIGNED_INT8: in getTransferFormat()
59 case TextureFormat::UNSIGNED_INT16: in getTransferFormat()
60 case TextureFormat::UNSIGNED_INT32: in getTransferFormat()
61 case TextureFormat::UNSIGNED_INT_1010102_REV: in getTransferFormat()
72 case TextureFormat::A: format = GL_ALPHA; break; in getTransferFormat()
[all …]
DgluTextureUtil.hpp59 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
60 tcu::TextureFormat mapGLInternalFormat (deUint32 internalFormat);
68 TransferFormat getTransferFormat (tcu::TextureFormat format);
69 deUint32 getInternalFormat (tcu::TextureFormat format);
79 DataType getSampler1DType (tcu::TextureFormat format);
80 DataType getSampler2DType (tcu::TextureFormat format);
81 DataType getSamplerCubeType (tcu::TextureFormat format);
82 DataType getSampler2DArrayType (tcu::TextureFormat format);
83 DataType getSampler3DType (tcu::TextureFormat format);
84 DataType getSamplerCubeArrayType (tcu::TextureFormat format);
/external/deqp/framework/common/
DtcuTextureUtil.cpp73 bool isSRGB (TextureFormat format) in isSRGB()
75 return format.order == TextureFormat::sR || in isSRGB()
76 format.order == TextureFormat::sRG || in isSRGB()
77 format.order == TextureFormat::sRGB || in isSRGB()
78 format.order == TextureFormat::sRGBA; in isSRGB()
81 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) in isCombinedDepthStencilType()
84 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 27); in isCombinedDepthStencilType()
86 return type == TextureFormat::UNSIGNED_INT_24_8 || in isCombinedDepthStencilType()
87 type == TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV; in isCombinedDepthStencilType()
91 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass()
[all …]
DtcuImageCompare.cpp219 …TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.… in fuzzyCompare()
231 …t() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8) && reference.getFormat() != T… in fuzzyCompare()
245 if (result.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)) in fuzzyCompare()
292 …TCU_CHECK_INTERNAL(ref.getFormat().type == TextureFormat::UNORM_INT8 && cmp.getFormat().type == Te… in computeSquaredDiffSum()
336 …TextureLevel diffMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.ge… in measurePixelDiffAccuracy()
347 …t() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8) && reference.getFormat() != T… in measurePixelDiffAccuracy()
358 if (result.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)) in measurePixelDiffAccuracy()
491 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatUlpThresholdCompare()
540 if (result.getFormat() != TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)) in floatUlpThresholdCompare()
577 …TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), widt… in floatThresholdCompare()
[all …]
DtcuTexture.cpp150 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize()
153 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 27); in getChannelSize()
157 case TextureFormat::SNORM_INT8: return 1; in getChannelSize()
158 case TextureFormat::SNORM_INT16: return 2; in getChannelSize()
159 case TextureFormat::SNORM_INT32: return 4; in getChannelSize()
160 case TextureFormat::UNORM_INT8: return 1; in getChannelSize()
161 case TextureFormat::UNORM_INT16: return 2; in getChannelSize()
162 case TextureFormat::UNORM_INT24: return 3; in getChannelSize()
163 case TextureFormat::UNORM_INT32: return 4; in getChannelSize()
164 case TextureFormat::SIGNED_INT8: return 1; in getChannelSize()
[all …]
DtcuImageIO.cpp107 TextureFormat textureFormat; in loadPNG()
114 textureFormat = TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8); in loadPNG()
116 textureFormat = TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8); in loadPNG()
135 static int textureFormatToPNGFormat (const TextureFormat& format) in textureFormatToPNGFormat()
137 if (format == TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8)) in textureFormatToPNGFormat()
139 else if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)) in textureFormatToPNGFormat()
DtcuTextureUtil.hpp42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
47 bool isSRGB (TextureFormat format);
63 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
84 TextureFormatInfo getTextureFormatInfo (const TextureFormat& format);
85 IVec4 getTextureFormatBitDepth (const TextureFormat& format);
86 IVec4 getTextureFormatMantissaBitDepth (const TextureFormat& format);
87 BVec4 getTextureFormatChannelMask (const TextureFormat& format);
137 TextureFormat getEffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::D…
157 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa…
DtcuSurface.hpp107 …return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_wid… in getAccess()
113 …return PixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m… in getAccess()
DtcuFuzzyImageCompare.cpp267 static bool isFormatSupported (const TextureFormat& format) in isFormatSupported()
269 …return format.type == TextureFormat::UNORM_INT8 && (format.order == TextureFormat::RGB || format.o… in isFormatSupported()
285 …TextureLevel refFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare()
286 …TextureLevel cmpFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare()
295 …case TextureFormat::RGBA: separableConvolve<4, 4>(refFiltered, ref, shift, shift, kernel, kernel);… in fuzzyCompare()
296 …case TextureFormat::RGB: separableConvolve<4, 3>(refFiltered, ref, shift, shift, kernel, kernel); … in fuzzyCompare()
303 …case TextureFormat::RGBA: separableConvolve<4, 4>(cmpFiltered, cmp, shift, shift, kernel, kernel);… in fuzzyCompare()
304 …case TextureFormat::RGB: separableConvolve<4, 3>(cmpFiltered, cmp, shift, shift, kernel, kernel); … in fuzzyCompare()
DtcuTexture.hpp40 class TextureFormat class
105 TextureFormat (ChannelOrder order_, ChannelType type_) in TextureFormat() function in tcu::TextureFormat
111 TextureFormat (void) in TextureFormat() function in tcu::TextureFormat
119 bool operator== (const TextureFormat& other) const { return !(*this != other); } in operator ==()
120 bool operator!= (const TextureFormat& other) const in operator !=()
149 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
152 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
283 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size);
302 …ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void…
303 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
[all …]
DtcuBilinearImageCompare.cpp193 DE_ASSERT(reference.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8) && in bilinearCompareRGBA8()
194 result.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)); in bilinearCompareRGBA8()
229 if (reference.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)) in bilinearCompare()
DtcuTestLog.cpp168 const TextureFormat& format = access.getFormat(); in writeImage()
177 if (depth == 1 && format.type == TextureFormat::UNORM_INT8 in writeImage()
179 && (format.order == TextureFormat::RGB || format.order == TextureFormat::RGBA) in writeImage()
185 bool isRGBA = format.order == TextureFormat::RGBA; in writeImage()
195 …tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logIma… in writeImage()
228 …PixelBufferAccess blendImageAccess (TextureFormat(TextureFormat::RGBA, TextureFormat::FLOAT), logI… in writeImage()
229 …tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logIm… in writeImage()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp67 using tcu::TextureFormat;
134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type) in isFormatTypeUnsignedInteger()
136 return type == TextureFormat::UNSIGNED_INT8 || in isFormatTypeUnsignedInteger()
137 type == TextureFormat::UNSIGNED_INT16 || in isFormatTypeUnsignedInteger()
138 type == TextureFormat::UNSIGNED_INT32; in isFormatTypeUnsignedInteger()
141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type) in isFormatTypeSignedInteger()
143 return type == TextureFormat::SIGNED_INT8 || in isFormatTypeSignedInteger()
144 type == TextureFormat::SIGNED_INT16 || in isFormatTypeSignedInteger()
145 type == TextureFormat::SIGNED_INT32; in isFormatTypeSignedInteger()
148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type) in isFormatTypeInteger()
[all …]
Des31fStencilTexturingTests.cpp62 using tcu::TextureFormat;
170 DE_ASSERT(dst.getFormat().order == TextureFormat::S || dst.getFormat().order == TextureFormat::DS); in renderTestPatternReference()
173 if (dst.getFormat().order == TextureFormat::DS) in renderTestPatternReference()
390 DE_ASSERT(access.getFormat() == TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8)); in stencilToRedAccess()
391 …return tcu::ConstPixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), … in stencilToRedAccess()
399 DE_ASSERT(stencilRef.getFormat().order == TextureFormat::S); in compareStencilToRed()
533 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate()
534 …TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), w… in iterate()
616 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width,… in iterate()
629 …TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, heigh… in iterate()
[all …]
Des31fTextureLevelStateQueryTests.cpp265 static bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat()
267 return fmt.order == tcu::TextureFormat::D || fmt.order == tcu::TextureFormat::DS; in isDepthFormat()
348 const tcu::TextureFormat fmt = glu::mapGLInternalFormat(format); in isLegalFormatForTarget()
378 const tcu::TextureFormat fmt = glu::mapGLInternalFormat(internalFormat); in getPixelSize()
1237 const tcu::TextureFormat format = glu::mapGLInternalFormat(internalFormat); in getMinimumComponentResolution()
1243 if (format.order == tcu::TextureFormat::R || in getMinimumComponentResolution()
1244 format.order == tcu::TextureFormat::RG || in getMinimumComponentResolution()
1245 format.order == tcu::TextureFormat::RGB || in getMinimumComponentResolution()
1246 format.order == tcu::TextureFormat::RGBA || in getMinimumComponentResolution()
1247 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
[all …]
Des31fTextureGatherTests.cpp107 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat()
109 return fmt.order == tcu::TextureFormat::D || fmt.order == tcu::TextureFormat::DS; in isDepthFormat()
112 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type) in isUnormFormatType()
114 return type == tcu::TextureFormat::UNORM_INT8 || in isUnormFormatType()
115 type == tcu::TextureFormat::UNORM_INT16 || in isUnormFormatType()
116 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()
119 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type) in isSIntFormatType()
121 return type == tcu::TextureFormat::SIGNED_INT8 || in isSIntFormatType()
122 type == tcu::TextureFormat::SIGNED_INT16 || in isSIntFormatType()
123 type == tcu::TextureFormat::SIGNED_INT32; in isSIntFormatType()
[all …]
Des31fFboTestUtil.cpp414 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer()
439 …x, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const… in readPixels()
441 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); in readPixels()
544 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format) in getFragmentOutputType()
565 tcu::TextureFormat getFramebufferReadFormat (const tcu::TextureFormat& format) in getFramebufferReadFormat()
570 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::FLOAT); in getFramebufferReadFormat()
574 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in getFramebufferReadFormat()
577 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getFramebufferReadFormat()
580 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32); in getFramebufferReadFormat()
584 return tcu::TextureFormat(); in getFramebufferReadFormat()
[all …]
Des31fFboTestUtil.hpp124 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format);
125 tcu::TextureFormat getFramebufferReadFormat (const tcu::TextureFormat& format);
129 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
130 …x, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const…
132 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
Des31fDrawBuffersIndexedTests.cpp68 using tcu::TextureFormat;
275 const TextureFormat& format);
277 const TextureFormat& getFormat (void) const { return m_format; } in getFormat()
285 TextureFormat m_format;
289 …ferInfo (bool render, const IVec2& size, const BlendState& blendState, const TextureFormat& format) in DrawBufferInfo()
298 const tcu::TextureFormat& format, in clearRenderbuffer()
404 const TextureFormat& format = drawBuffer.getFormat(); in genRenderbuffers()
422 const TextureFormat& format = drawBuffer.getFormat(); in genRenderbuffers()
431 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat in getFixedPointFormatThreshold()
450 const tcu::TextureFormat& format, in verifyRenderbuffer()
[all …]
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp90 tcu::TextureFormat getDepthFormat (int depthBits) in getDepthFormat()
94 case 8: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT8); in getDepthFormat()
95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()
97 case 32: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in getDepthFormat()
103 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat()
107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()
110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp90 tcu::TextureFormat getDepthFormat (int depthBits) in getDepthFormat()
94 case 8: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT8); in getDepthFormat()
95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()
97 case 32: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in getDepthFormat()
103 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat()
107 case 8: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in getStencilFormat()
108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()
110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
Des2fReadPixelsTests.cpp66 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize);
144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int… in getFormatInfo()
161 format = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in getFormatInfo()
176 tcu::TextureFormat format(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in iterate()
224 …tcu::Texture2D referenceRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::U… in iterate()
225 …tcu::Texture2D resultRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNO… in iterate()
Des2fTextureSpecificationTests.cpp62 tcu::TextureFormat mapGLUnsizedInternalFormat (deUint32 internalFormat) in mapGLUnsizedInternalFormat()
64 using tcu::TextureFormat; in mapGLUnsizedInternalFormat()
67 case GL_ALPHA: return TextureFormat(TextureFormat::A, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
68 case GL_LUMINANCE: return TextureFormat(TextureFormat::L, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
69 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
70 case GL_RGB: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
71 case GL_RGBA: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
86 … getPixelFormatCompareDepth (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat) in getPixelFormatCompareDepth()
90 case tcu::TextureFormat::L: in getPixelFormatCompareDepth()
91 case tcu::TextureFormat::LA: in getPixelFormatCompareDepth()
[all …]
/external/deqp/modules/egl/
DteglRenderTests.cpp332 tcu::TextureFormat getColorFormat (const tcu::PixelFormat& colorBits) in getColorFormat()
334 using tcu::TextureFormat; in getColorFormat()
346 case PACK_FMT(8,8,8,8): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8); in getColorFormat()
347 case PACK_FMT(8,8,8,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8); in getColorFormat()
348 …case PACK_FMT(4,4,4,4): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444… in getColorFormat()
349 …case PACK_FMT(5,5,5,1): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551… in getColorFormat()
350 case PACK_FMT(5,6,5,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in getColorFormat()
353 default: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8); in getColorFormat()
359 tcu::TextureFormat getDepthFormat (const int depthBits) in getDepthFormat()
363 case 0: return tcu::TextureFormat(); in getDepthFormat()
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp55 using tcu::TextureFormat;
76 …return tcu::PixelBufferAccess(TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8), 0, 0,… in nullAccess()
158 tcu::TextureFormat toTextureFormat (const tcu::PixelFormat& pixelFmt) in toTextureFormat()
163 tcu::TextureFormat texFmt; in toTextureFormat()
166 …{ tcu::PixelFormat(8,8,8,8), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNOR… in toTextureFormat()
167 …{ tcu::PixelFormat(8,8,8,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNOR… in toTextureFormat()
168 …{ tcu::PixelFormat(4,4,4,4), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNOR… in toTextureFormat()
169 …{ tcu::PixelFormat(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNOR… in toTextureFormat()
170 …{ tcu::PixelFormat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNOR… in toTextureFormat()
182 tcu::TextureFormat toNonSRGBFormat (const tcu::TextureFormat& fmt) in toNonSRGBFormat()
[all …]

12345