Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c170 if ((debug & PRINT_VERBOSE) && (cat0->dummy2|cat0->dummy3|cat0->dummy4)) in print_instr_cat0()
229 if ((debug & PRINT_VERBOSE) && (cat1->must_be_0)) in print_instr_cat1()
376 if ((debug & PRINT_VERBOSE) && (cat4->dummy1|cat4->dummy2)) in print_instr_cat4()
468 if (debug & PRINT_VERBOSE) { in print_instr_cat5()
470 if ((debug & PRINT_VERBOSE) && (cat5->s2en.dummy1|cat5->s2en.dummy2|cat5->dummy2)) in print_instr_cat5()
473 if ((debug & PRINT_VERBOSE) && (cat5->norm.dummy1|cat5->dummy2)) in print_instr_cat5()
629 if (debug & PRINT_VERBOSE) in print_instr_cat6()
667 if (debug & PRINT_VERBOSE) { in print_instr_cat6()
677 if (debug & PRINT_VERBOSE) { in print_instr_cat6()
708 if (debug & PRINT_VERBOSE) in print_instr_cat6()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/
Ddisasm.h40 PRINT_VERBOSE = 0x2, enumerator