Home
last modified time | relevance | path

Searched refs:CompressedTexFormat (Results 1 – 23 of 23) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.hpp34 enum CompressedTexFormat enum
80 int getBlockSize (CompressedTexFormat format);
81 IVec3 getBlockPixelSize (CompressedTexFormat format);
83 bool isEtcFormat (CompressedTexFormat format);
84 bool isAstcFormat (CompressedTexFormat format);
85 bool isAstcSRGBFormat (CompressedTexFormat format);
87 TextureFormat getUncompressedFormat (CompressedTexFormat format);
88 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB);
114 CompressedTexture (CompressedTexFormat format, int width, int height, int depth = 1);
118 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);
[all …]
DtcuAstcUtil.hpp65 void generateBlockCaseTestData (std::vector<deUint8>& dst, CompressedTexFormat format, BlockTest…
67 void generateRandomBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, deUint32…
68 void generateRandomValidBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, TexD…
73 bool isValidBlock (const deUint8* data, CompressedTexFormat format, TexDecompressionParams::A…
75 void decompress (const PixelBufferAccess& dst, const deUint8* data, CompressedTexFormat form…
DtcuCompressedTexture.cpp36 int getBlockSize (CompressedTexFormat format) in getBlockSize()
70 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize()
121 bool isEtcFormat (CompressedTexFormat format) in isEtcFormat()
143 bool isAstcFormat (CompressedTexFormat format) in isAstcFormat()
182 bool isAstcSRGBFormat (CompressedTexFormat format) in isAstcSRGBFormat()
207 TextureFormat getUncompressedFormat (CompressedTexFormat format) in getUncompressedFormat()
244 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB) in getAstcFormatByBlockSize()
251 const CompressedTexFormat fmt = (CompressedTexFormat)fmtI; in getAstcFormatByBlockSize()
985 void decompressBlock (CompressedTexFormat format, const PixelBufferAccess& dst, const deUint8* src,… in decompressBlock()
1048 void decompress (const PixelBufferAccess& dst, CompressedTexFormat fmt, const deUint8* src, const T… in decompress()
[all …]
DtcuAstcUtil.cpp2412 void generateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType tes… in generateBlockCaseTestData()
2850 void generateRandomBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, deUint32 see… in generateRandomBlocks()
2867 void generateRandomValidBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, TexDeco… in generateRandomValidBlocks()
2921 bool isValidBlock (const deUint8* data, CompressedTexFormat format, TexDecompressionParams::AstcMod… in isValidBlock()
2942 void decompress (const PixelBufferAccess& dst, const deUint8* data, CompressedTexFormat format, Tex… in decompress()
/external/deqp/modules/gles3/functional/
Des3fCompressedTextureTests.cpp37 using tcu::CompressedTexFormat;
46 static const string getASTCFormatShortName (CompressedTexFormat format) in getASTCFormatShortName()
81 const CompressedTexFormat format = (CompressedTexFormat)formatI; in init()
100 const CompressedTexFormat format = (CompressedTexFormat)formatI; in init()
Des3fASTCDecompressionCases.hpp56 tcu::CompressedTexFormat format);
68 const tcu::CompressedTexFormat m_format;
84 tcu::CompressedTexFormat format);
101 const tcu::CompressedTexFormat m_format;
Des3fASTCDecompressionCases.cpp63 using tcu::CompressedTexFormat;
234 CompressedTexFormat format,
247 CompressedTexFormat getFormat (void) const { return m_format; } in getFormat()
255 const CompressedTexFormat m_format;
271 CompressedTexFormat format, in ASTCRenderer2D()
373 CompressedTexFormat format) in ASTCBlockCase2D()
527 CompressedTexFormat format) in ASTCBlockSizeRemainderCase2D()
Des3fTextureWrapTests.cpp51 using tcu::CompressedTexFormat;
88 …::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedF…
113 const CompressedTexFormat m_compressedFormat;
169 …::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedF… in TextureWrapCase()
474 CompressedTexFormat format; in init()
525 const CompressedTexFormat format = (CompressedTexFormat)formatI; in init()
Des3fTextureFormatTests.cpp730 tcu::CompressedTexFormat format,
747 tcu::CompressedTexFormat m_format;
762 tcu::CompressedTexFormat format, in Compressed2DFormatCase()
865 tcu::CompressedTexFormat format,
885 tcu::CompressedTexFormat m_format;
903 tcu::CompressedTexFormat format, in CompressedCubeFormatCase()
1463 tcu::CompressedTexFormat format; in init()
Des3fNegativeTextureApiTests.cpp46 using tcu::CompressedTexFormat;
509 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
2690 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
3003 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
3146 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
/external/deqp/modules/internal/
DditAstcTests.cpp45 AstcCase (tcu::TestContext& testCtx, CompressedTexFormat format);
50 const CompressedTexFormat m_format;
53 static const string getASTCFormatShortName (CompressedTexFormat format) in getASTCFormatShortName()
62 AstcCase::AstcCase (tcu::TestContext& testCtx, CompressedTexFormat format) in AstcCase()
68 void testDecompress (CompressedTexFormat format, TexDecompressionParams::AstcMode mode, size_t numB… in testDecompress()
78 void testDecompress (CompressedTexFormat format, size_t numBlocks, const deUint8* data) in testDecompress()
86 void verifyBlocksValid (CompressedTexFormat format, TexDecompressionParams::AstcMode mode, size_t n… in verifyBlocksValid()
191 const CompressedTexFormat format = (CompressedTexFormat)formatNdx; in createAstcTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp100 … TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
125 …void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::Pi…
142 TestTexture1D (const tcu::CompressedTexFormat& format, int width);
163 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
185 TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height);
206 … TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
228 … TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
249 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
271 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
DvktPipelineImageUtil.cpp79 const tcu::CompressedTexFormat compressedFormat = mapVkCompressedFormat(format); in isSupportedSamplableFormat()
595 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture()
829 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu:… in populateCompressedLevels()
879 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D()
941 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arra… in TestTexture1DArray()
1018 TestTexture2D::TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height) in TestTexture2D()
1080 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig… in TestTexture2DArray()
1157 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int de… in TestTexture3D()
1235 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube()
1308 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray()
/external/deqp/framework/opengl/
DgluTextureUtil.hpp62 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format);
71 deUint32 getGLFormat (tcu::CompressedTexFormat format);
DgluTextureUtil.cpp237 deUint32 getGLFormat (tcu::CompressedTexFormat format) in getGLFormat()
296 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format) in mapGLCompressedTexFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp47 tcu::CompressedTexFormat mapVkCompressedFormat (VkFormat format);
DvkNullDriver.cpp912 const tcu::CompressedTexFormat tcuFormat = mapVkCompressedFormat(format); in getCompressedImageDataSize()
DvkImageUtil.cpp1818 tcu::CompressedTexFormat mapVkCompressedFormat (VkFormat format) in mapVkCompressedFormat()
/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp2017 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2067 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2118 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2189 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2241 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2317 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2376 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2436 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2495 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp696 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(glFormat); in genTexel()
1264 const tcu::CompressedTexFormat& compressedFormat, in decompressTextureLevel()
1281 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in decompressTexture()
1468 …const tcu::CompressedTexFormat& compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in renderTextureCubemap()
Des31fTextureBorderClampTests.cpp158 const tcu::CompressedTexFormat compressedFmt = glu::mapGLCompressedTexFormat(format); in getFormatChannelClass()
177 void generateDummyCompressedData (tcu::CompressedTexture& dst, const tcu::CompressedTexFormat& form… in generateDummyCompressedData()
335 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(texFormat); in genDummyTexture()
1404 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(texFormat); in TextureBorderClampFormatCase()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp68 using tcu::CompressedTexFormat;
DvktImageCompressionTranscodingSupport.cpp66 using tcu::CompressedTexFormat;