Lines Matching refs:imageSetName

209  * \param imageSetName	Name for image set when logging results
217 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode)
238 log << TestLog::ImageSet(imageSetName, imageSetDesc)
249 log << TestLog::ImageSet(imageSetName, imageSetDesc)
271 * \param imageSetName Name for image set when logging results
278 bool bitwiseCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, CompareLogMode logMode)
333 log << TestLog::ImageSet(imageSetName, imageSetDesc)
344 log << TestLog::ImageSet(imageSetName, imageSetDesc)
373 * \param imageSetName Name for image set when logging results
381 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode)
383 return fuzzyCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), threshold, logMode);
421 * \param imageSetName Name for image set when logging results
430 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode)
446 log << TestLog::ImageSet(imageSetName, imageSetDesc)
457 log << TestLog::ImageSet(imageSetName, imageSetDesc)
477 * \param imageSetName Name for image set when logging results
486 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode)
488 return measurePixelDiffAccuracy(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDiff, logMode);
575 * \param imageSetName Name for image set when logging results
583 bool floatUlpThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode)
629 log << TestLog::ImageSet(imageSetName, imageSetDesc)
640 log << TestLog::ImageSet(imageSetName, imageSetDesc)
661 * \param imageSetName Name for image set when logging results
669 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode)
716 log << TestLog::ImageSet(imageSetName, imageSetDesc)
727 log << TestLog::ImageSet(imageSetName, imageSetDesc)
750 * \param imageSetName Name for image set when logging results
759 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& ignorekey, const Vec4& threshold, CompareLogMode logMode)
810 log << TestLog::ImageSet(imageSetName, imageSetDesc)
821 log << TestLog::ImageSet(imageSetName, imageSetDesc)
842 * \param imageSetName Name for image set when logging results
850 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode)
896 log << TestLog::ImageSet(imageSetName, imageSetDesc)
906 log << TestLog::ImageSet(imageSetName, imageSetDesc)
927 * \param imageSetName Name for image set when logging results
936 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode, bool use64Bits)
1003 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1014 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1035 * \param imageSetName Name for image set when logging results
1043 bool dsThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const float threshold, CompareLogMode logMode)
1102 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1115 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1142 * \param imageSetName Name for image set when logging results
1153 bool intThresholdPositionDeviationCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, CompareLogMode logMode)
1182 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1193 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1220 * \param imageSetName Name for image set when logging results
1232 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)
1262 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1273 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1291 * \param imageSetName Name for image set when logging results
1299 bool pixelThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode)
1301 return intThresholdCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), threshold.toIVec().cast<deUint32>(), logMode);
1314 * \param imageSetName Name for image set when logging results
1322 bool bilinearCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, CompareLogMode logMode)
1337 log << TestLog::ImageSet(imageSetName, imageSetDesc)
1348 log << TestLog::ImageSet(imageSetName, imageSetDesc)