Home | History | Annotate | Download | only in common

Lines Matching refs:maxDiff

495 	UVec4				maxDiff				(0, 0, 0, 0);
512 maxDiff = max(maxDiff, diff);
519 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
532 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage;
581 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f);
599 maxDiff = max(maxDiff, diff);
606 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
619 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage;
669 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f);
683 maxDiff = max(maxDiff, diff);
690 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
702 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << ", reference = " << reference << TestLog::EndMessage;
750 UVec4 maxDiff (0, 0, 0, 0);
768 maxDiff = max(maxDiff, diff);
775 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
788 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage;