Home
last modified time | relevance | path

Searched refs:worstScoreDiff (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/common/
DtcuImageCompare.hpp49 …st Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod…
58 …erence, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod…
DtcuImageCompare.cpp335 …erence, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument
341 …tToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff)… in measurePixelDiffAccuracy()
391 …st Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument
393 …, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDiff, logMode); in measurePixelDiffAccuracy()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp364 const int worstScoreDiff = texWidth*texHeight; in iterate() local
366 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
631 const int worstScoreDiff = texWidth*texHeight; in iterate() local
633 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
Des2aVaryingInterpolationTests.cpp270 const int worstScoreDiff = 300; in iterate() local
271 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in iterate()
Des2aTextureFilteringTests.cpp307 const int worstScoreDiff = 3200; in iterate() local
309 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
619 const int worstScoreDiff = 10000; in iterate() local
621 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp356 const int worstScoreDiff = texWidth*texHeight; in iterate() local
358 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
619 const int worstScoreDiff = texWidth*texHeight; in iterate() local
621 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
Des3aVaryingInterpolationTests.cpp276 const int worstScoreDiff = 300; in iterate() local
277 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in iterate()
Des3aTextureFilteringTests.cpp295 const int worstScoreDiff = 3200; in iterate() local
297 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
626 const int worstScoreDiff = 10000; in iterate() local
628 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp184 …onst tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff);
DgluTextureTestUtil.cpp958 …const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) in measureAccuracy() argument
960 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in measureAccuracy()