Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp363 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
630 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
H A Des2aVaryingInterpolationTests.cpp269 const int bestScoreDiff = 16; in iterate() local
H A Des2aTextureFilteringTests.cpp306 const int bestScoreDiff = 16; in iterate() local
618 const int bestScoreDiff = 16; in iterate() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp355 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
618 const int bestScoreDiff = (texWidth/16)*(texHeight/16); in iterate() local
H A Des3aVaryingInterpolationTests.cpp275 const int bestScoreDiff = 16; in iterate() local
H A Des3aTextureFilteringTests.cpp294 const int bestScoreDiff = 16; in iterate() local
625 const int bestScoreDiff = 16; in iterate() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuImageCompare.cpp335 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
391 …har* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstSc… in measurePixelDiffAccuracy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluTextureTestUtil.cpp958 …& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstSc… in measureAccuracy()