Lines Matching refs:numFailedPixels
384 int numFailedPixels = 0; in verifyConstantDerivate() local
398 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
403 numFailedPixels += 1; in verifyConstantDerivate()
409 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
412 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
413 …log << TestLog::Message << "FAIL: found " << numFailedPixels << " failed pixels" << TestLog::EndMe… in verifyConstantDerivate()
415 return numFailedPixels == 0; in verifyConstantDerivate()
460 int numFailedPixels = 0; in reverifyConstantDerivateWithFlushRelaxations() local
525 if (numFailedPixels < MAX_FAILED_MESSAGES) in reverifyConstantDerivateWithFlushRelaxations()
539 ++numFailedPixels; in reverifyConstantDerivateWithFlushRelaxations()
548 if (numFailedPixels >= MAX_FAILED_MESSAGES) in reverifyConstantDerivateWithFlushRelaxations()
551 if (numFailedPixels > 0) in reverifyConstantDerivateWithFlushRelaxations()
552 …log << TestLog::Message << "FAIL: found " << numFailedPixels << " failed pixels" << TestLog::EndMe… in reverifyConstantDerivateWithFlushRelaxations()
554 return numFailedPixels == 0; in reverifyConstantDerivateWithFlushRelaxations()