Searched defs:intThresholdCompare (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuImageCompare.cpp672 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode) function in namespace:tcu
915 return intThresholdCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), threshold.toIVec().cast<deUint32>(), logMode);

Completed in 305 milliseconds