Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: tools/nanobench_flags.json

Issue 1853103003: Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GL… (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add 'gl' to config list Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/flags/SkCommonFlagsConfig.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.json
diff --git a/tools/nanobench_flags.json b/tools/nanobench_flags.json
index 767639cd5b73e7bc68cf96107b9a624af0e483a0..975ddb2c27d351ef1a8356c118a2d20666678d95 100644
--- a/tools/nanobench_flags.json
+++ b/tools/nanobench_flags.json
@@ -17,7 +17,8 @@
"angle",
"hwui",
"msaa4",
- "nvprmsaa4",
+ "nvpr4",
+ "nvprdit4",
"--match",
"~blurroundrect",
"~patch_grid",
@@ -43,6 +44,50 @@
"~inc0.webp",
"~inc1.webp"
],
+ "Perf-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release": [
+ "--pre_log",
+ "--images",
+ "--gpuStatsDump",
+ "true",
+ "--useThermalManager",
+ "1,1,10,1000",
+ "--scales",
+ "1.0",
+ "1.1",
+ "--config",
+ "565",
+ "8888",
+ "nonrendering",
+ "angle",
+ "hwui",
+ "gl",
+ "glmsaa4",
+ "glnvpr4",
+ "glnvprdit4",
+ "--match",
+ "~blurroundrect",
+ "~patch_grid",
+ "~desk_carsvg",
+ "~inc0.gif",
+ "~inc1.gif",
+ "~incInterlaced.gif",
+ "~inc0.jpg",
+ "~incGray.jpg",
+ "~inc0.wbmp",
+ "~inc1.wbmp",
+ "~inc0.webp",
+ "~inc1.webp",
+ "~inc0.ico",
+ "~inc1.ico",
+ "~inc0.png",
+ "~inc1.png",
+ "~inc2.png",
+ "~inc12.png",
+ "~inc13.png",
+ "~inc14.png",
+ "~inc0.webp",
+ "~inc1.webp"
+ ],
"Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release": [
"--pre_log",
"--images",
@@ -61,7 +106,8 @@
"angle",
"hwui",
"msaa4",
- "nvprmsaa4",
+ "nvpr4",
+ "nvprdit4",
"--match",
"~blurroundrect",
"~patch_grid",
@@ -144,7 +190,8 @@
"angle",
"hwui",
"msaa4",
- "nvprmsaa4",
+ "nvpr4",
+ "nvprdit4",
"--match",
"~blurroundrect",
"~patch_grid",
@@ -224,7 +271,8 @@
"angle",
"hwui",
"msaa16",
- "nvprmsaa16",
+ "nvpr16",
+ "nvprdit16",
"--match",
"nothing_will_match_this"
],
@@ -244,7 +292,8 @@
"angle",
"hwui",
"msaa16",
- "nvprmsaa16",
+ "nvpr16",
+ "nvprdit16",
"--loops",
"1",
"--samples",
@@ -291,7 +340,8 @@
"angle",
"hwui",
"msaa16",
- "nvprmsaa16",
+ "nvpr16",
+ "nvprdit16",
"--GPUbenchTileW",
"256",
"--GPUbenchTileH",
@@ -340,7 +390,8 @@
"angle",
"hwui",
"msaa16",
- "nvprmsaa16",
+ "nvpr16",
+ "nvprdit16",
"--match",
"~blurroundrect",
"~patch_grid",
« no previous file with comments | « tools/flags/SkCommonFlagsConfig.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698