Home
last modified time | relevance | path

Searched refs:PRINT_STATS (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/common/
Ddisasm.h37 PRINT_STATS = 0x4, enumerator
/third_party/libuv/test/
Dbenchmark-pump.c33 #define PRINT_STATS 0 macro
92 #if PRINT_STATS in show_stats()
/third_party/mesa3d/src/freedreno/decode/
Dcffdump.c152 enum debug_t debug = PRINT_RAW | PRINT_STATS; in main()
Dpgmdump2.c459 enum debug_t debug = PRINT_RAW | PRINT_STATS; in main()
Dpgmdump.c930 enum debug_t debug = PRINT_RAW | PRINT_STATS; in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c178 #define PRINT_STATS(d,s) g_print ("%02d | %" TIME_FORMAT " | %" \ macro
1034 PRINT_STATS (i, &stats); in print_performance_data()
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c601 if (debug & PRINT_STATS) in disasm_a3xx_stat()