Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.hpp131 bool isBlockTestTypeHDROnly (ASTCBlockTestType testType);
Des3fCompressedTextureTests.cpp85 if (tcu::isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(astcTestType)) in init()
Des3fASTCDecompressionCases.cpp958 DE_ASSERT(!(tcu::isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType))); in generateBlockCaseTestData()
1759 …DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && isBlockTestTypeHDROnly(m_testType))); // \note Ther… in ASTCBlockCase2D()
1789 if (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR && isBlockTestTypeHDROnly(m_testType)) in iterate()
2070 bool isBlockTestTypeHDROnly (ASTCBlockTestType testType) in isBlockTestTypeHDROnly() function