Home
last modified time | relevance | path

Searched refs:IR3_DBG_OPTMSGS (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.h195 IR3_DBG_OPTMSGS = BITFIELD_BIT(7), enumerator
241 if (ir3_shader_debug & IR3_DBG_OPTMSGS) { in ir3_debug_print()
Dir3_compiler.c42 {"optmsgs", IR3_DBG_OPTMSGS, "Enable optimizer debug messages"},
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c305 ir3_shader_debug |= IR3_DBG_OPTMSGS | IR3_DBG_DISASM; in main()
387 if (ir3_shader_debug & IR3_DBG_OPTMSGS) in main()
393 if (ir3_shader_debug & IR3_DBG_OPTMSGS) in main()