Home
last modified time | relevance | path

Searched refs:isBlockTestTypeHDROnly (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/internal/
DditAstcTests.cpp110 if (astc::isBlockTestTypeHDROnly(blockTestType) && isAstcSRGBFormat(m_format)) in iterate()
122 if (!astc::isBlockTestTypeHDROnly(blockTestType) && in iterate()
/external/deqp/framework/common/
DtcuAstcUtil.hpp61 bool isBlockTestTypeHDROnly (BlockTestType testType);
DtcuAstcUtil.cpp2415 DE_ASSERT(!(isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType))); in generateBlockCaseTestData()
3005 bool isBlockTestTypeHDROnly (BlockTestType testType) in isBlockTestTypeHDROnly() function
/external/deqp/modules/gles3/functional/
Des3fCompressedTextureTests.cpp85 if (tcu::isAstcSRGBFormat(format) && tcu::astc::isBlockTestTypeHDROnly(astcTestType)) in init()
Des3fASTCDecompressionCases.cpp381 …DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && tcu::astc::isBlockTestTypeHDROnly(m_testType))); //… in ASTCBlockCase2D()
411 …if (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR && tcu::astc::isBlockTestTypeHDROnly(m_te… in iterate()