Searched defs:maxAllowedFailingPixels (Results 1 - 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
H A D | tcuImageCompare.cpp | 912 * \param maxAllowedFailingPixels Maximum number of failing pixels 916 bool intThresholdPositionDeviationErrorThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int maxAllowedFailingPixels, CompareLogMode logMode) argument 924 const bool compareOk = numFailingPixels <= maxAllowedFailingPixels; 944 log << TestLog::Message << "Number of failing pixels = " << numFailingPixels << ", max allowed = " << maxAllowedFailingPixels << TestLog::EndMessage;
|
Completed in 114 milliseconds