Lines Matching refs:compareOk
1091 bool compareOk = false;
1145 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1155 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type))
1160 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1169 if (!compareOk)
1174 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1185 if (compareOk)
1498 bool compareOk = false;
1598 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1608 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type))
1613 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1622 if (!compareOk)
1627 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1638 if (compareOk)
2000 const bool compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "BlendClampCompare", "Blend clamping pixel comparison", referenceColor, pixelBufferAccess, threshold, tcu::COMPARE_LOG_ON_ERROR);
2002 if (compareOk)