Home
last modified time | relevance | path

Searched refs:LIMA_DEBUG_GP (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_ir.h34 if (lima_debug & LIMA_DEBUG_GP) \
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_screen.h37 #define LIMA_DEBUG_GP (1 << 0) macro
Dlima_screen.c580 { "gp", LIMA_DEBUG_GP,
Dlima_program.c487 if (lima_debug & LIMA_DEBUG_GP) in lima_vs_compile_shader()
Dlima_draw.c879 if (lima_debug & LIMA_DEBUG_GP) { in lima_update_gp_uniform()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnode.c468 if (!(lima_debug & LIMA_DEBUG_GP)) in gpir_node_print_prog_dep()
489 if (!(lima_debug & LIMA_DEBUG_GP)) in gpir_node_print_prog_seq()
Dregalloc.c185 if (!(lima_debug & LIMA_DEBUG_GP)) in print_liveness()
571 if (!(lima_debug & LIMA_DEBUG_GP)) in regalloc_print_result()
Dscheduler.c1515 if (!(lima_debug & LIMA_DEBUG_GP)) in schedule_print_pre_one_instr()
1540 if (!(lima_debug & LIMA_DEBUG_GP)) in schedule_print_post_one_instr()
1722 if (lima_debug & LIMA_DEBUG_GP) { in gpir_schedule_prog()
Dcodegen.c609 if (lima_debug & LIMA_DEBUG_GP) { in gpir_codegen_prog()
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c182 lima_debug = LIMA_DEBUG_GP | LIMA_DEBUG_PP; in main()