Searched refs:isBlockTestTypeHDROnly (Results 1 – 3 of 3) sorted by relevance
131 bool isBlockTestTypeHDROnly (ASTCBlockTestType testType);
85 if (tcu::isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(astcTestType)) in init()
958 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