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

Side by Side Diff: tools/nanobench_flags.json

Issue 2182783004: Add test configs for instanced rendering (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add test configs for instanced rendering Created 4 years, 4 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/gpu/GrTest.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",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "8888", 61 "8888",
62 "nonrendering", 62 "nonrendering",
63 "angle", 63 "angle",
64 "hwui", 64 "hwui",
65 "f16", 65 "f16",
66 "srgb", 66 "srgb",
67 "gl", 67 "gl",
68 "glmsaa4", 68 "glmsaa4",
69 "glnvpr4", 69 "glnvpr4",
70 "glnvprdit4", 70 "glnvprdit4",
71 "glinst",
72 "glinst4",
71 "--match", 73 "--match",
72 "~blurroundrect", 74 "~blurroundrect",
73 "~patch_grid", 75 "~patch_grid",
74 "~desk_carsvg", 76 "~desk_carsvg",
75 "~inc0.gif", 77 "~inc0.gif",
76 "~inc1.gif", 78 "~inc1.gif",
77 "~incInterlaced.gif", 79 "~incInterlaced.gif",
78 "~inc0.jpg", 80 "~inc0.jpg",
79 "~incGray.jpg", 81 "~incGray.jpg",
80 "~inc0.wbmp", 82 "~inc0.wbmp",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "8888", 192 "8888",
191 "gpu", 193 "gpu",
192 "nonrendering", 194 "nonrendering",
193 "angle", 195 "angle",
194 "hwui", 196 "hwui",
195 "f16", 197 "f16",
196 "srgb", 198 "srgb",
197 "msaa4", 199 "msaa4",
198 "nvpr4", 200 "nvpr4",
199 "nvprdit4", 201 "nvprdit4",
202 "esinst",
200 "--match", 203 "--match",
201 "~blurroundrect", 204 "~blurroundrect",
202 "~patch_grid", 205 "~patch_grid",
203 "~desk_carsvg", 206 "~desk_carsvg",
204 "~inc0.gif", 207 "~inc0.gif",
205 "~inc1.gif", 208 "~inc1.gif",
206 "~incInterlaced.gif", 209 "~incInterlaced.gif",
207 "~inc0.jpg", 210 "~inc0.jpg",
208 "~incGray.jpg", 211 "~incGray.jpg",
209 "~inc0.wbmp", 212 "~inc0.wbmp",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "~inc1.ico", 349 "~inc1.ico",
347 "~inc0.png", 350 "~inc0.png",
348 "~inc1.png", 351 "~inc1.png",
349 "~inc2.png", 352 "~inc2.png",
350 "~inc12.png", 353 "~inc12.png",
351 "~inc13.png", 354 "~inc13.png",
352 "~inc14.png", 355 "~inc14.png",
353 "~inc0.webp", 356 "~inc0.webp",
354 "~inc1.webp" 357 "~inc1.webp"
355 ], 358 ],
359 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": [
360 "--pre_log",
361 "--images",
362 "--gpuStatsDump",
363 "true",
364 "--useThermalManager",
365 "1,1,10,1000",
366 "--scales",
367 "1.0",
368 "1.1",
369 "--config",
370 "565",
371 "8888",
372 "gpu",
373 "nonrendering",
374 "angle",
375 "hwui",
376 "f16",
377 "srgb",
378 "msaa4",
379 "nvpr4",
380 "nvprdit4",
381 "esinst",
382 "--match",
383 "~blurroundrect",
384 "~patch_grid",
385 "~desk_carsvg",
386 "~inc0.gif",
387 "~inc1.gif",
388 "~incInterlaced.gif",
389 "~inc0.jpg",
390 "~incGray.jpg",
391 "~inc0.wbmp",
392 "~inc1.wbmp",
393 "~inc0.webp",
394 "~inc1.webp",
395 "~inc0.ico",
396 "~inc1.ico",
397 "~inc0.png",
398 "~inc1.png",
399 "~inc2.png",
400 "~inc12.png",
401 "~inc13.png",
402 "~inc14.png",
403 "~inc0.webp",
404 "~inc1.webp"
405 ],
406 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug": [
407 "--pre_log",
408 "--images",
409 "--gpuStatsDump",
410 "true",
411 "--scales",
412 "1.0",
413 "1.1",
414 "--config",
415 "565",
416 "8888",
417 "gpu",
418 "nonrendering",
419 "angle",
420 "hwui",
421 "f16",
422 "srgb",
423 "msaa16",
424 "nvpr16",
425 "nvprdit16",
426 "glinst",
427 "glinst16",
428 "--match",
429 "~interlaced1.png",
430 "~interlaced2.png",
431 "~interlaced3.png",
432 "~inc0.gif",
433 "~inc1.gif",
434 "~incInterlaced.gif",
435 "~inc0.jpg",
436 "~incGray.jpg",
437 "~inc0.wbmp",
438 "~inc1.wbmp",
439 "~inc0.webp",
440 "~inc1.webp",
441 "~inc0.ico",
442 "~inc1.ico",
443 "~inc0.png",
444 "~inc1.png",
445 "~inc2.png",
446 "~inc12.png",
447 "~inc13.png",
448 "~inc14.png",
449 "~inc0.webp",
450 "~inc1.webp"
451 ],
356 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ 452 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
357 "--pre_log", 453 "--pre_log",
358 "--images", 454 "--images",
359 "--gpuStatsDump", 455 "--gpuStatsDump",
360 "true", 456 "true",
361 "--scales", 457 "--scales",
362 "1.0", 458 "1.0",
363 "1.1", 459 "1.1",
364 "--config", 460 "--config",
365 "565", 461 "565",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "~inc0.png", 592 "~inc0.png",
497 "~inc1.png", 593 "~inc1.png",
498 "~inc2.png", 594 "~inc2.png",
499 "~inc12.png", 595 "~inc12.png",
500 "~inc13.png", 596 "~inc13.png",
501 "~inc14.png", 597 "~inc14.png",
502 "~inc0.webp", 598 "~inc0.webp",
503 "~inc1.webp" 599 "~inc1.webp"
504 ] 600 ]
505 } 601 }
OLDNEW
« no previous file with comments | « tools/gpu/GrTest.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698