Home
last modified time | relevance | path

Searched refs:CompressedTexFormat (Results 1 – 21 of 21) 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.cpp2398 void generateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType tes… in generateBlockCaseTestData()
2836 void generateRandomBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, deUint32 see… in generateRandomBlocks()
2853 void generateRandomValidBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, TexDeco… in generateRandomValidBlocks()
2907 bool isValidBlock (const deUint8* data, CompressedTexFormat format, TexDecompressionParams::AstcMod… in isValidBlock()
2924 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()
524 CompressedTexFormat format) in ASTCBlockSizeRemainderCase2D()
Des3fTextureWrapTests.cpp51 using tcu::CompressedTexFormat;
87 …::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedF…
112 const CompressedTexFormat m_compressedFormat;
168 …::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedF… in TextureWrapCase()
473 CompressedTexFormat format; in init()
524 const CompressedTexFormat format = (CompressedTexFormat)formatI; in init()
Des3fTextureFormatTests.cpp729 tcu::CompressedTexFormat format,
746 tcu::CompressedTexFormat m_format;
761 tcu::CompressedTexFormat format, in Compressed2DFormatCase()
864 tcu::CompressedTexFormat format,
884 tcu::CompressedTexFormat m_format;
902 tcu::CompressedTexFormat format, in CompressedCubeFormatCase()
1462 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/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp96 … TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
117 …void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::Pi…
132 TestTexture1D (const tcu::CompressedTexFormat& format, int width);
148 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
165 TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height);
181 … TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
198 … TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
214 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
231 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
DvktPipelineImageUtil.cpp79 const tcu::CompressedTexFormat compressedFormat = mapVkCompressedFormat(format); in isSupportedSamplableFormat()
527 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture()
739 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu:… in populateCompressedLevels()
787 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D()
834 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arra… in TestTexture1DArray()
896 TestTexture2D::TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height) in TestTexture2D()
943 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig… in TestTexture2DArray()
1005 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int de… in TestTexture3D()
1068 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube()
1125 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray()
/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, size_t numBlocks, const deUint8* data) in testDecompress()
82 void verifyBlocksValid (CompressedTexFormat format, TexDecompressionParams::AstcMode mode, size_t n… in verifyBlocksValid()
176 const CompressedTexFormat format = (CompressedTexFormat)formatNdx; in createAstcTests()
/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.hpp44 tcu::CompressedTexFormat mapVkCompressedFormat (VkFormat format);
DvkNullDriver.cpp552 const tcu::CompressedTexFormat tcuFormat = mapVkCompressedFormat(format); in getCompressedImageDataSize()
DvkImageUtil.cpp438 tcu::CompressedTexFormat mapVkCompressedFormat (VkFormat format) in mapVkCompressedFormat()
/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp1979 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2029 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2080 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2151 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2203 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2279 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2338 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2398 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2457 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp446 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(glFormat); in genTexel()
970 const tcu::CompressedTexFormat& compressedFormat, in decompressTextureLevel()
987 const tcu::CompressedTexFormat compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in decompressTexture()
1252 …const tcu::CompressedTexFormat& compressedFormat = glu::mapGLCompressedTexFormat(info.getFormat()); in verifyTextureCubemap()
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()