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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « tools/flags/SkCommonFlagsConfig.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release": [ 2 "Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release": [
3 "--pre_log", 3 "--pre_log",
4 "--images", 4 "--images",
5 "--gpuStatsDump", 5 "--gpuStatsDump",
6 "true", 6 "true",
7 "--useThermalManager", 7 "--useThermalManager",
8 "1,1,10,1000", 8 "1,1,10,1000",
9 "--scales", 9 "--scales",
10 "1.0", 10 "1.0",
11 "1.1", 11 "1.1",
12 "--config", 12 "--config",
13 "565", 13 "565",
14 "8888", 14 "8888",
15 "gpu", 15 "gpu",
16 "nonrendering", 16 "nonrendering",
17 "angle", 17 "angle",
18 "hwui", 18 "hwui",
19 "msaa4", 19 "msaa4",
20 "nvprmsaa4", 20 "nvpr4",
21 "nvprdit4",
21 "--match", 22 "--match",
22 "~blurroundrect", 23 "~blurroundrect",
23 "~patch_grid", 24 "~patch_grid",
24 "~desk_carsvg", 25 "~desk_carsvg",
25 "~shapes_", 26 "~shapes_",
26 "~inc0.gif", 27 "~inc0.gif",
27 "~inc1.gif", 28 "~inc1.gif",
28 "~incInterlaced.gif", 29 "~incInterlaced.gif",
29 "~inc0.jpg", 30 "~inc0.jpg",
30 "~incGray.jpg", 31 "~incGray.jpg",
31 "~inc0.wbmp", 32 "~inc0.wbmp",
32 "~inc1.wbmp", 33 "~inc1.wbmp",
33 "~inc0.webp", 34 "~inc0.webp",
34 "~inc1.webp", 35 "~inc1.webp",
35 "~inc0.ico", 36 "~inc0.ico",
36 "~inc1.ico", 37 "~inc1.ico",
37 "~inc0.png", 38 "~inc0.png",
38 "~inc1.png", 39 "~inc1.png",
39 "~inc2.png", 40 "~inc2.png",
40 "~inc12.png", 41 "~inc12.png",
41 "~inc13.png", 42 "~inc13.png",
42 "~inc14.png", 43 "~inc14.png",
43 "~inc0.webp", 44 "~inc0.webp",
44 "~inc1.webp" 45 "~inc1.webp"
45 ], 46 ],
47 "Perf-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release": [
48 "--pre_log",
49 "--images",
50 "--gpuStatsDump",
51 "true",
52 "--useThermalManager",
53 "1,1,10,1000",
54 "--scales",
55 "1.0",
56 "1.1",
57 "--config",
58 "565",
59 "8888",
60 "nonrendering",
61 "angle",
62 "hwui",
63 "gl",
64 "glmsaa4",
65 "glnvpr4",
66 "glnvprdit4",
67 "--match",
68 "~blurroundrect",
69 "~patch_grid",
70 "~desk_carsvg",
71 "~inc0.gif",
72 "~inc1.gif",
73 "~incInterlaced.gif",
74 "~inc0.jpg",
75 "~incGray.jpg",
76 "~inc0.wbmp",
77 "~inc1.wbmp",
78 "~inc0.webp",
79 "~inc1.webp",
80 "~inc0.ico",
81 "~inc1.ico",
82 "~inc0.png",
83 "~inc1.png",
84 "~inc2.png",
85 "~inc12.png",
86 "~inc13.png",
87 "~inc14.png",
88 "~inc0.webp",
89 "~inc1.webp"
90 ],
46 "Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release": [ 91 "Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release": [
47 "--pre_log", 92 "--pre_log",
48 "--images", 93 "--images",
49 "--gpuStatsDump", 94 "--gpuStatsDump",
50 "true", 95 "true",
51 "--useThermalManager", 96 "--useThermalManager",
52 "1,1,10,1000", 97 "1,1,10,1000",
53 "--scales", 98 "--scales",
54 "1.0", 99 "1.0",
55 "1.1", 100 "1.1",
56 "--config", 101 "--config",
57 "565", 102 "565",
58 "8888", 103 "8888",
59 "gpu", 104 "gpu",
60 "nonrendering", 105 "nonrendering",
61 "angle", 106 "angle",
62 "hwui", 107 "hwui",
63 "msaa4", 108 "msaa4",
64 "nvprmsaa4", 109 "nvpr4",
110 "nvprdit4",
65 "--match", 111 "--match",
66 "~blurroundrect", 112 "~blurroundrect",
67 "~patch_grid", 113 "~patch_grid",
68 "~desk_carsvg", 114 "~desk_carsvg",
69 "~inc0.gif", 115 "~inc0.gif",
70 "~inc1.gif", 116 "~inc1.gif",
71 "~incInterlaced.gif", 117 "~incInterlaced.gif",
72 "~inc0.jpg", 118 "~inc0.jpg",
73 "~incGray.jpg", 119 "~incGray.jpg",
74 "~inc0.wbmp", 120 "~inc0.wbmp",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "1.0", 183 "1.0",
138 "1.1", 184 "1.1",
139 "--config", 185 "--config",
140 "565", 186 "565",
141 "8888", 187 "8888",
142 "gpu", 188 "gpu",
143 "nonrendering", 189 "nonrendering",
144 "angle", 190 "angle",
145 "hwui", 191 "hwui",
146 "msaa4", 192 "msaa4",
147 "nvprmsaa4", 193 "nvpr4",
194 "nvprdit4",
148 "--match", 195 "--match",
149 "~blurroundrect", 196 "~blurroundrect",
150 "~patch_grid", 197 "~patch_grid",
151 "~desk_carsvg", 198 "~desk_carsvg",
152 "~inc0.gif", 199 "~inc0.gif",
153 "~inc1.gif", 200 "~inc1.gif",
154 "~incInterlaced.gif", 201 "~incInterlaced.gif",
155 "~inc0.jpg", 202 "~inc0.jpg",
156 "~incGray.jpg", 203 "~incGray.jpg",
157 "~inc0.wbmp", 204 "~inc0.wbmp",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "1.0", 264 "1.0",
218 "1.1", 265 "1.1",
219 "--config", 266 "--config",
220 "565", 267 "565",
221 "8888", 268 "8888",
222 "gpu", 269 "gpu",
223 "nonrendering", 270 "nonrendering",
224 "angle", 271 "angle",
225 "hwui", 272 "hwui",
226 "msaa16", 273 "msaa16",
227 "nvprmsaa16", 274 "nvpr16",
275 "nvprdit16",
228 "--match", 276 "--match",
229 "nothing_will_match_this" 277 "nothing_will_match_this"
230 ], 278 ],
231 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ 279 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
232 "--pre_log", 280 "--pre_log",
233 "--images", 281 "--images",
234 "--gpuStatsDump", 282 "--gpuStatsDump",
235 "true", 283 "true",
236 "--scales", 284 "--scales",
237 "1.0", 285 "1.0",
238 "1.1", 286 "1.1",
239 "--config", 287 "--config",
240 "565", 288 "565",
241 "8888", 289 "8888",
242 "gpu", 290 "gpu",
243 "nonrendering", 291 "nonrendering",
244 "angle", 292 "angle",
245 "hwui", 293 "hwui",
246 "msaa16", 294 "msaa16",
247 "nvprmsaa16", 295 "nvpr16",
296 "nvprdit16",
248 "--loops", 297 "--loops",
249 "1", 298 "1",
250 "--samples", 299 "--samples",
251 "1", 300 "1",
252 "--keepAlive", 301 "--keepAlive",
253 "true", 302 "true",
254 "--match", 303 "--match",
255 "~interlaced1.png", 304 "~interlaced1.png",
256 "~interlaced2.png", 305 "~interlaced2.png",
257 "~interlaced3.png", 306 "~interlaced3.png",
(...skipping 26 matching lines...) Expand all
284 "1.0", 333 "1.0",
285 "1.1", 334 "1.1",
286 "--config", 335 "--config",
287 "565", 336 "565",
288 "8888", 337 "8888",
289 "gpu", 338 "gpu",
290 "nonrendering", 339 "nonrendering",
291 "angle", 340 "angle",
292 "hwui", 341 "hwui",
293 "msaa16", 342 "msaa16",
294 "nvprmsaa16", 343 "nvpr16",
344 "nvprdit16",
295 "--GPUbenchTileW", 345 "--GPUbenchTileW",
296 "256", 346 "256",
297 "--GPUbenchTileH", 347 "--GPUbenchTileH",
298 "256", 348 "256",
299 "--match", 349 "--match",
300 "~gradient", 350 "~gradient",
301 "~etc1bitmap", 351 "~etc1bitmap",
302 "~interlaced1.png", 352 "~interlaced1.png",
303 "~interlaced2.png", 353 "~interlaced2.png",
304 "~interlaced3.png", 354 "~interlaced3.png",
(...skipping 28 matching lines...) Expand all
333 "--skps", 383 "--skps",
334 "ignore_skps", 384 "ignore_skps",
335 "--config", 385 "--config",
336 "565", 386 "565",
337 "8888", 387 "8888",
338 "gpu", 388 "gpu",
339 "nonrendering", 389 "nonrendering",
340 "angle", 390 "angle",
341 "hwui", 391 "hwui",
342 "msaa16", 392 "msaa16",
343 "nvprmsaa16", 393 "nvpr16",
394 "nvprdit16",
344 "--match", 395 "--match",
345 "~blurroundrect", 396 "~blurroundrect",
346 "~patch_grid", 397 "~patch_grid",
347 "~desk_carsvg", 398 "~desk_carsvg",
348 "~keymobi", 399 "~keymobi",
349 "~path_hairline", 400 "~path_hairline",
350 "~GLInstancedArraysBench", 401 "~GLInstancedArraysBench",
351 "~inc0.gif", 402 "~inc0.gif",
352 "~inc1.gif", 403 "~inc1.gif",
353 "~incInterlaced.gif", 404 "~incInterlaced.gif",
354 "~inc0.jpg", 405 "~inc0.jpg",
355 "~incGray.jpg", 406 "~incGray.jpg",
356 "~inc0.wbmp", 407 "~inc0.wbmp",
357 "~inc1.wbmp", 408 "~inc1.wbmp",
358 "~inc0.webp", 409 "~inc0.webp",
359 "~inc1.webp", 410 "~inc1.webp",
360 "~inc0.ico", 411 "~inc0.ico",
361 "~inc1.ico", 412 "~inc1.ico",
362 "~inc0.png", 413 "~inc0.png",
363 "~inc1.png", 414 "~inc1.png",
364 "~inc2.png", 415 "~inc2.png",
365 "~inc12.png", 416 "~inc12.png",
366 "~inc13.png", 417 "~inc13.png",
367 "~inc14.png", 418 "~inc14.png",
368 "~inc0.webp", 419 "~inc0.webp",
369 "~inc1.webp" 420 "~inc1.webp"
370 ] 421 ]
371 } 422 }
OLDNEW
« 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