Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuImageCompare.hpp49 …r* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScor…
59 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScor…
DtcuImageCompare.cpp335 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScor… in measurePixelDiffAccuracy() argument
341 …FloorFloatToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestS… in measurePixelDiffAccuracy()
391 …r* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScor… in measurePixelDiffAccuracy() argument
393 …mageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), bestScoreDiff, worstScoreDif… in measurePixelDiffAccuracy()
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp363 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
366 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
630 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
633 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
Des2aVaryingInterpolationTests.cpp269 const int bestScoreDiff = 16; in iterate() local
271 …curacy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDif… in iterate()
Des2aTextureFilteringTests.cpp306 const int bestScoreDiff = 16; in iterate() local
309 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
618 const int bestScoreDiff = 16; in iterate() local
621 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp355 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
358 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
618 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
621 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
Des3aVaryingInterpolationTests.cpp275 const int bestScoreDiff = 16; in iterate() local
277 …curacy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDif… in iterate()
Des3aTextureFilteringTests.cpp294 const int bestScoreDiff = 16; in iterate() local
297 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
625 const int bestScoreDiff = 16; in iterate() local
628 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp191 …log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScor…
DgluTextureTestUtil.cpp958 …log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScor… in measureAccuracy() argument
960 …curacy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDif… in measureAccuracy()