Home
last modified time | relevance | path

Searched defs:bestScoreDiff (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp342 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
604 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
H A Des2aTextureFilteringTests.cpp323 const int bestScoreDiff = 16; in iterate() local
630 const int bestScoreDiff = 16; in iterate() local
H A Des2aVaryingInterpolationTests.cpp271 const int bestScoreDiff = 16; in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp331 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
587 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
H A Des3aTextureFilteringTests.cpp312 const int bestScoreDiff = 16; in iterate() local
652 const int bestScoreDiff = 16; in iterate() local
H A Des3aVaryingInterpolationTests.cpp276 const int bestScoreDiff = 16; in iterate() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuImageCompare.cpp458 int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) in measurePixelDiffAccuracy()
518 … const Surface &result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) in measurePixelDiffAccuracy()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp1106 …(tcu::TestLog &log, const tcu::Surface &reference, const tcu::Surface &rendered, int bestScoreDiff, in measureAccuracy()