Searched refs:isBlockTestTypeHDROnly (Results 1 – 5 of 5) sorted by relevance
110 if (astc::isBlockTestTypeHDROnly(blockTestType) && isAstcSRGBFormat(m_format)) in iterate()122 if (!astc::isBlockTestTypeHDROnly(blockTestType) && in iterate()
61 bool isBlockTestTypeHDROnly (BlockTestType testType);
2427 DE_ASSERT(!(isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType))); in generateBlockCaseTestData()3017 bool isBlockTestTypeHDROnly (BlockTestType testType) in isBlockTestTypeHDROnly() function
85 if (tcu::isAstcSRGBFormat(format) && tcu::astc::isBlockTestTypeHDROnly(astcTestType)) in init()
381 …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()