Searched defs:worstScoreDiff (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 364 const int worstScoreDiff = texWidth*texHeight; in iterate() local 631 const int worstScoreDiff = texWidth*texHeight; in iterate() local
|
D | es2aVaryingInterpolationTests.cpp | 270 const int worstScoreDiff = 300; in iterate() local
|
D | es2aTextureFilteringTests.cpp | 307 const int worstScoreDiff = 3200; in iterate() local 619 const int worstScoreDiff = 10000; in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 356 const int worstScoreDiff = texWidth*texHeight; in iterate() local 619 const int worstScoreDiff = texWidth*texHeight; in iterate() local
|
D | es3aVaryingInterpolationTests.cpp | 276 const int worstScoreDiff = 300; in iterate() local
|
D | es3aTextureFilteringTests.cpp | 295 const int worstScoreDiff = 3200; in iterate() local 626 const int worstScoreDiff = 10000; in iterate() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuImageCompare.cpp | 335 …eference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogM… in measurePixelDiffAccuracy() 391 …onst Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogM… in measurePixelDiffAccuracy()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 978 …const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) in measureAccuracy()
|