Home
last modified time | relevance | path

Searched refs:PRINT_VERBOSE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c435 if ((debug & PRINT_VERBOSE) && (cat0->dummy3|cat0->dummy4)) in print_instr_cat0()
501 if ((debug & PRINT_VERBOSE) && (cat1->must_be_0)) in print_instr_cat1()
681 if ((debug & PRINT_VERBOSE) && (cat4->dummy1|cat4->dummy2)) in print_instr_cat4()
843 if (debug & PRINT_VERBOSE) { in print_instr_cat5()
845 if ((debug & PRINT_VERBOSE) && cat5->s2en_bindless.dummy1) in print_instr_cat5()
848 if ((debug & PRINT_VERBOSE) && cat5->norm.dummy1) in print_instr_cat5()
1000 if (debug & PRINT_VERBOSE) in print_instr_cat6_a3xx()
1038 if (debug & PRINT_VERBOSE) { in print_instr_cat6_a3xx()
1048 if (debug & PRINT_VERBOSE) { in print_instr_cat6_a3xx()
1090 if (debug & PRINT_VERBOSE) in print_instr_cat6_a3xx()
[all …]
/external/mesa3d/src/freedreno/common/
Ddisasm.h36 PRINT_VERBOSE = 0x2, enumerator
/external/mesa3d/src/freedreno/decode/
Dcffdump.c160 debug |= (PRINT_RAW | EXPAND_REPEAT | PRINT_VERBOSE); in main()
Dpgmdump2.c453 debug |= PRINT_RAW | PRINT_VERBOSE; in main()
Dpgmdump.c907 debug |= PRINT_RAW | PRINT_VERBOSE; in main()