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.cpp334 …erence, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument
340 …tToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff)… in measurePixelDiffAccuracy()
390 …st Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMod… in measurePixelDiffAccuracy() argument
392 …, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDiff, logMode); in measurePixelDiffAccuracy()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp355 const int worstScoreDiff = texWidth*texHeight; in iterate() local
357 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
618 const int worstScoreDiff = texWidth*texHeight; in iterate() local
620 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.cpp294 const int worstScoreDiff = 3200; in iterate() local
296 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
625 const int worstScoreDiff = 10000; in iterate() local
627 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp362 const int worstScoreDiff = texWidth*texHeight; in iterate() local
364 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
629 const int worstScoreDiff = texWidth*texHeight; in iterate() local
631 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
Des2aVaryingInterpolationTests.cpp269 const int worstScoreDiff = 300; in iterate() local
270 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in iterate()
Des2aTextureFilteringTests.cpp305 const int worstScoreDiff = 3200; in iterate() local
307 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
617 const int worstScoreDiff = 10000; in iterate() local
619 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp373 …onst tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff);
DglsTextureTestUtil.cpp995 …const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) in measureAccuracy() argument
997 …ult", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_… in measureAccuracy()