Home
last modified time | relevance | path

Searched refs:CompressedTexFormat (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.hpp34 enum CompressedTexFormat enum
97 int getBlockSize (CompressedTexFormat format);
98 IVec3 getBlockPixelSize (CompressedTexFormat format);
100 bool isEtcFormat (CompressedTexFormat format);
101 bool isAstcFormat (CompressedTexFormat format);
102 bool isAstcSRGBFormat (CompressedTexFormat format);
103 bool isBcFormat (CompressedTexFormat format);
104 bool isBcBitExactFormat (CompressedTexFormat format);
105 bool isBcSRGBFormat (CompressedTexFormat format);
107 TextureFormat getUncompressedFormat (CompressedTexFormat forma
[all...]
H A DtcuAstcUtil.hpp65 void generateBlockCaseTestData (std::vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType);
67 void generateRandomBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, deUint32 seed);
68 void generateRandomValidBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, TexDecompressionParams::AstcMode mode, deUint32 seed);
73 bool isValidBlock (const deUint8* data, CompressedTexFormat format, TexDecompressionParams::AstcMode mode);
75 void decompress (const PixelBufferAccess& dst, const deUint8* data, CompressedTexFormat format, TexDecompressionParams::AstcMode mode);
H A DtcuCompressedTexture.cpp36 int getBlockSize (CompressedTexFormat format) in getBlockSize()
96 IVec3 getBlockPixelSize (CompressedTexFormat format) in getBlockPixelSize()
151 bool isEtcFormat (CompressedTexFormat format) in isEtcFormat()
173 bool isBcFormat (CompressedTexFormat format) in isBcFormat()
200 bool isBcBitExactFormat (CompressedTexFormat format) in isBcBitExactFormat()
215 bool isBcSRGBFormat (CompressedTexFormat format) in isBcSRGBFormat()
231 bool isAstcFormat (CompressedTexFormat format) in isAstcFormat()
270 bool isAstcSRGBFormat (CompressedTexFormat format) in isAstcSRGBFormat()
295 TextureFormat getUncompressedFormat (CompressedTexFormat format) in getUncompressedFormat()
345 CompressedTexFormat getAstcFormatByBlockSiz
[all...]
H A DtcuAstcUtil.cpp2424 void generateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType)
2862 void generateRandomBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, deUint32 seed)
2879 void generateRandomValidBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, TexDecompressionParams::AstcMode mode, deUint32 seed)
2933 bool isValidBlock (const deUint8* data, CompressedTexFormat format, TexDecompressionParams::AstcMode mode)
2954 void decompress (const PixelBufferAccess& dst, const deUint8* data, CompressedTexFormat format, TexDecompressionParams::AstcMode mode)
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
H A Des3fASTCDecompressionCases.hpp56 tcu::CompressedTexFormat format);
68 const tcu::CompressedTexFormat m_format;
84 tcu::CompressedTexFormat format);
101 const tcu::CompressedTexFormat m_format;
H A 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)
H A Des3fTextureWrapTests.cpp51 using tcu::CompressedTexFormat;
88 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef = false);
113 const CompressedTexFormat m_compressedFormat;
173 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase()
509 CompressedTexFormat format; in init()
566 const CompressedTexFormat format = (CompressedTexFormat)formatI; in init()
H A Des3fTextureFormatTests.cpp769 tcu::CompressedTexFormat format,
786 tcu::CompressedTexFormat m_format;
801 tcu::CompressedTexFormat format, in Compressed2DFormatCase()
904 tcu::CompressedTexFormat format,
924 tcu::CompressedTexFormat m_format;
942 tcu::CompressedTexFormat format, in CompressedCubeFormatCase()
1504 tcu::CompressedTexFormat format; in init()
H A Des3fNegativeTextureApiTests.cpp46 using tcu::CompressedTexFormat;
512 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
2714 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
3027 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
3171 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
/third_party/vk-gl-cts/modules/internal/
H A 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 numBlocks, const deUint8* data) 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 numBlocks, const deUint8* data) in verifyBlocksValid()
191 const CompressedTexFormat format = (CompressedTexFormat)formatNdx; in createAstcTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp168 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
193 void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::PixelBufferAccess>& decompressedLevels);
210 TestTexture1D (const tcu::CompressedTexFormat& format, int width);
231 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
254 TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height);
275 TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
297 TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
318 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
340 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
H A DvktPipelineImageUtil.cpp82 const tcu::CompressedTexFormat compressedFormat = mapVkCompressedFormat(format);
762 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture()
996 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::PixelBufferAccess>& decompressedLevels) in populateCompressedLevels()
1056 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D()
1118 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize) in TestTexture1DArray()
1204 TestTexture2D::TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height) in TestTexture2D()
1266 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize) in TestTexture2DArray()
1343 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture3D()
1421 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube()
1494 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp168 TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth);
193 void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::PixelBufferAccess>& decompressedLevels);
210 TestTexture1D (const tcu::CompressedTexFormat& format, int width);
231 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
254 TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height);
275 TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
297 TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth);
318 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
340 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
H A DvktPipelineImageUtil.cpp82 const tcu::CompressedTexFormat compressedFormat = mapVkCompressedFormat(format);
752 TestTexture::TestTexture (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture()
986 void TestTexture::populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::PixelBufferAccess>& decompressedLevels) in populateCompressedLevels()
1046 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width) in TestTexture1D()
1108 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize) in TestTexture1DArray()
1194 TestTexture2D::TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height) in TestTexture2D()
1256 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize) in TestTexture2DArray()
1333 TestTexture3D::TestTexture3D (const tcu::CompressedTexFormat& format, int width, int height, int depth) in TestTexture3D()
1411 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube()
1484 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.hpp62 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format);
71 deUint32 getGLFormat (tcu::CompressedTexFormat format);
H A DgluTextureUtil.cpp237 deUint32 getGLFormat (tcu::CompressedTexFormat format)
296 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format)
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp95 const char* getCompressedFormatName(tcu::CompressedTexFormat format) in getCompressedFormatName()
174 tcu::CompressedTexFormat format = static_cast<tcu::CompressedTexFormat>(formatNdx); in getSupportedCompressedFormats()
186 tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(formats); in calculateDataSize()
1062 tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(m_compressedFormat); in iterate()
1682 tcu::CompressedTexFormat format = static_cast<tcu::CompressedTexFormat>(formatNdx); in iterate()
1945 tcu::CompressedTexFormat fmt; in init()
2136 tcu::CompressedTexFormat format = static_cast<tcu::CompressedTexFormat>(formatNd in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp61 tcu::CompressedTexFormat mapVkCompressedFormat (VkFormat format);
77 VkFormat mapCompressedTextureFormat (const tcu::CompressedTexFormat format);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSwizzleTests.cpp108 const tcu::CompressedTexFormat m_compressedFormat;
122 : tcu::CompressedTexFormat()) // Unused in Swizzle2DTestInstance()
H A DvktTextureCompressedFormatTests.cpp182 const tcu::CompressedTexFormat m_compressedFormat;
457 const tcu::CompressedTexFormat m_compressedFormat;
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp2021 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2071 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2122 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2193 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2245 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2321 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2380 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2440 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2499 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp182 const tcu::CompressedTexFormat m_compressedFormat;
457 const tcu::CompressedTexFormat m_compressedFormat;
H A DvktTextureSwizzleTests.cpp125 const tcu::CompressedTexFormat m_compressedFormat;
139 : tcu::CompressedTexFormat()) // Unused in Swizzle2DTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp57 using tcu::CompressedTexFormat;

Completed in 44 milliseconds

12