Searched refs:bestScoreDiff (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/common/
H A DtcuImageCompare.hpp49 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode);
58 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode);
H A DtcuImageCompare.cpp329 * \param bestScoreDiff Scaling factor
334 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) argument
340 int score = deClamp32(deFloorFloatToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff))*100.0f), 0, 100);
385 * \param bestScoreDiff Scaling factor
390 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) argument
392 return measurePixelDiffAccuracy(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDiff, logMode);
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp268 const int bestScoreDiff = 16; local
270 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);
H A Des2aTextureFilteringTests.cpp304 const int bestScoreDiff = 16; local
307 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
616 const int bestScoreDiff = 16; local
619 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
H A Des2aTextureMipmapTests.cpp361 const int bestScoreDiff = (texWidth/16)*(texHeight/16); local
364 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
628 const int bestScoreDiff = (texWidth/16)*(texHeight/16); local
631 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp275 const int bestScoreDiff = 16; local
277 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);
H A Des3aTextureFilteringTests.cpp293 const int bestScoreDiff = 16; local
296 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
624 const int bestScoreDiff = 16; local
627 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
H A Des3aTextureMipmapTests.cpp354 const int bestScoreDiff = (texWidth/16)*(texHeight/16); local
357 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
617 const int bestScoreDiff = (texWidth/16)*(texHeight/16); local
620 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp373 int measureAccuracy (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff);
H A DglsTextureTestUtil.cpp995 int measureAccuracy (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) argument
997 return tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);

Completed in 159 milliseconds