Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5cf4d06

Browse files
y-novikovCommit Bot
authored andcommitted
Further reduce number of uniforms in UniformsBenchmark.Run/gles_matrix
Because Perf bots have Android K with worse driver than GPU.FYI Android L BUG=angleproject:2431 Change-Id: I9b7a7d34f64a9832c57f9d26573b7c63594e1773 Reviewed-on: https://chromium-review.googlesource.com/986653 Reviewed-by: Yuly Novikov <[email protected]> Commit-Queue: Yuly Novikov <[email protected]>
1 parent a43994c commit 5cf4d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/perf_tests/UniformsPerf.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ UniformsParams MatrixUniforms(const EGLPlatformParameters &egl, DataMode dataMod
396396
params.dataMode = dataMode;
397397

398398
// Reduce the number of uniforms to fit within smaller upper limits on some configs.
399-
params.numVertexUniforms = 56;
400-
params.numFragmentUniforms = 56;
399+
params.numVertexUniforms = 55;
400+
params.numFragmentUniforms = 55;
401401

402402
return params;
403403
}

0 commit comments

Comments
 (0)