Lines Matching defs:log
717 auto& log = m_context.getTestContext().getLog();
719 return tcu::intThresholdCompare(log, "SamplingResult", "", refAccess, verifAcces, threshold, tcu::COMPARE_LOG_ON_ERROR);
819 auto& log = m_context.getTestContext().getLog();
822 if (!tcu::intThresholdCompare(log, "Comparison", "Comparison of reference and result", initialImage, finalImage, threshold, tcu::COMPARE_LOG_ON_ERROR))
823 return tcu::TestStatus::fail("Image comparison failed; check log for details");
826 return tcu::TestStatus::fail("Sampling full level failed; check log for details");
920 auto& log = m_context.getTestContext().getLog();
923 if (!tcu::intThresholdCompare(log, "Comparison", "Comparison of reference and result", initialImage, finalImage, threshold, tcu::COMPARE_LOG_ON_ERROR))
924 return tcu::TestStatus::fail("Image comparison failed; check log for details");
927 return tcu::TestStatus::fail("Sampling full level failed; check log for details");