Lines Matching refs:numFailedPixels
413 int numFailedPixels = 0; in verifyConstantDerivate() local
427 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
432 numFailedPixels += 1; in verifyConstantDerivate()
438 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
441 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
442 …log << TestLog::Message << "FAIL: found " << numFailedPixels << " failed pixels" << TestLog::EndMe… in verifyConstantDerivate()
444 return (numFailedPixels == 0) ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL; in verifyConstantDerivate()
489 int numFailedPixels = 0; in reverifyConstantDerivateWithFlushRelaxations() local
554 if (numFailedPixels < MAX_FAILED_MESSAGES) in reverifyConstantDerivateWithFlushRelaxations()
568 ++numFailedPixels; in reverifyConstantDerivateWithFlushRelaxations()
577 if (numFailedPixels >= MAX_FAILED_MESSAGES) in reverifyConstantDerivateWithFlushRelaxations()
580 if (numFailedPixels > 0) in reverifyConstantDerivateWithFlushRelaxations()
581 …log << TestLog::Message << "FAIL: found " << numFailedPixels << " failed pixels" << TestLog::EndMe… in reverifyConstantDerivateWithFlushRelaxations()
583 return (numFailedPixels == 0) ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL; in reverifyConstantDerivateWithFlushRelaxations()