Searched defs:bestScoreDiff (Results 1 – 8 of 8) sorted by relevance
342 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local604 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
323 const int bestScoreDiff = 16; in iterate() local630 const int bestScoreDiff = 16; in iterate() local
271 const int bestScoreDiff = 16; in iterate() local
331 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local587 const int bestScoreDiff = (texWidth / 16) * (texHeight / 16); in iterate() local
312 const int bestScoreDiff = 16; in iterate() local652 const int bestScoreDiff = 16; in iterate() local
276 const int bestScoreDiff = 16; in iterate() local
458 int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) in measurePixelDiffAccuracy()518 … const Surface &result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) in measurePixelDiffAccuracy()
1106 …(tcu::TestLog &log, const tcu::Surface &reference, const tcu::Surface &rendered, int bestScoreDiff, in measureAccuracy()