Home
last modified time | relevance | path

Searched refs:BlockTestType (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.hpp36 enum BlockTestType enum
59 const char* getBlockTestTypeName (BlockTestType testType);
60 const char* getBlockTestTypeDescription (BlockTestType testType);
61 bool isBlockTestTypeHDROnly (BlockTestType testType);
62 Vec4 getBlockTestTypeColorScale (BlockTestType testType);
63 Vec4 getBlockTestTypeColorBias (BlockTestType testType);
65 …BlockCaseTestData (std::vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType);
DtcuAstcUtil.cpp2424 void generateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType tes… in generateBlockCaseTestData()
2973 const char* getBlockTestTypeName (BlockTestType testType) in getBlockTestTypeName()
2995 const char* getBlockTestTypeDescription (BlockTestType testType) in getBlockTestTypeDescription()
3017 bool isBlockTestTypeHDROnly (BlockTestType testType) in isBlockTestTypeHDROnly()
3024 Vec4 getBlockTestTypeColorScale (BlockTestType testType) in getBlockTestTypeColorScale()
3035 Vec4 getBlockTestTypeColorBias (BlockTestType testType) in getBlockTestTypeColorBias()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.hpp55 tcu::astc::BlockTestType testType,
67 const tcu::astc::BlockTestType m_testType;
Des3fCompressedTextureTests.cpp75 const tcu::astc::BlockTestType astcTestType = (tcu::astc::BlockTestType)astcTestTypeI; in init()
Des3fASTCDecompressionCases.cpp71 using tcu::astc::BlockTestType;
372 BlockTestType testType, in ASTCBlockCase2D()
/external/deqp/modules/internal/
DditAstcTests.cpp108 const astc::BlockTestType blockTestType = (astc::BlockTestType)blockTestTypeNdx; in iterate()