Lines Matching refs:numFailedPixels
349 int numFailedPixels = 0; in verifyConstantDerivate() local
363 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
368 numFailedPixels += 1; in verifyConstantDerivate()
374 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
377 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
378 …log << TestLog::Message << "FAIL: found " << numFailedPixels << " failed pixels" << TestLog::EndMe… in verifyConstantDerivate()
380 return numFailedPixels == 0; in verifyConstantDerivate()
425 int numFailedPixels = 0; in reverifyConstantDerivateWithFlushRelaxations() local
490 if (numFailedPixels < MAX_FAILED_MESSAGES) in reverifyConstantDerivateWithFlushRelaxations()
504 ++numFailedPixels; in reverifyConstantDerivateWithFlushRelaxations()
513 if (numFailedPixels >= MAX_FAILED_MESSAGES) in reverifyConstantDerivateWithFlushRelaxations()
516 if (numFailedPixels > 0) in reverifyConstantDerivateWithFlushRelaxations()
517 …log << TestLog::Message << "FAIL: found " << numFailedPixels << " failed pixels" << TestLog::EndMe… in reverifyConstantDerivateWithFlushRelaxations()
519 return numFailedPixels == 0; in reverifyConstantDerivateWithFlushRelaxations()