Lines Matching refs:compareOk
1093 bool compareOk = false; in verifyImage() local
1147 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
1157 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1162 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
1171 if (!compareOk) in verifyImage()
1176 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
1187 if (compareOk) in verifyImage()
1500 bool compareOk = false; in verifyImage() local
1600 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
1610 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type)) in verifyImage()
1615 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
1624 if (!compareOk) in verifyImage()
1629 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
1640 if (compareOk) in verifyImage()
2002 …const bool compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "BlendClamp… in iterate() local
2004 if (compareOk) in iterate()