Searched refs:IR3_DBG_DISASM (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler.c35 {"disasm", IR3_DBG_DISASM, "Dump NIR and adreno shader disassembly"},
H A Dir3_compiler.h81 IR3_DBG_DISASM = 0x08, enumerator in enum:ir3_shader_debug
H A Dir3_nir.c192 if (ir3_shader_debug & IR3_DBG_DISASM) {
249 if (ir3_shader_debug & IR3_DBG_DISASM) {
H A Dir3_shader.c159 if (ir3_shader_debug & IR3_DBG_DISASM) {
295 if (ir3_shader_debug & IR3_DBG_DISASM) {
H A Dir3_context.c91 if (ir3_shader_debug & IR3_DBG_DISASM) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler.h194 IR3_DBG_DISASM = BITFIELD_BIT(6), enumerator in enum:ir3_shader_debug
216 if (ir3_shader_debug & IR3_DBG_DISASM)
H A Dir3_compiler.c41 {"disasm", IR3_DBG_DISASM, "Dump NIR and adreno shader disassembly"},
H A Dir3_nir.c394 if (ir3_shader_debug & IR3_DBG_DISASM) {
429 if (ir3_shader_debug & IR3_DBG_DISASM) {
630 if (ir3_shader_debug & IR3_DBG_DISASM) {
749 if (ir3_shader_debug & IR3_DBG_DISASM) {
H A Dir3_shader.c375 if (ir3_shader_debug & IR3_DBG_DISASM) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c293 if (ir3_shader_debug & IR3_DBG_DISASM) {
341 if (ir3_shader_debug & IR3_DBG_DISASM) {
H A Dir3_cmdline.c305 ir3_shader_debug |= IR3_DBG_OPTMSGS | IR3_DBG_DISASM;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c133 if (ir3_shader_debug & IR3_DBG_DISASM) {
170 if (ir3_shader_debug & IR3_DBG_DISASM) {
H A Dir3_cmdline.c307 ir3_shader_debug |= IR3_DBG_OPTMSGS | IR3_DBG_DISASM;

Completed in 15 milliseconds