Home
last modified time | relevance | path

Searched refs:FD_DBG_DISASM (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir.c141 if (fd_mesa_debug & FD_DBG_DISASM) { in ir3_optimize_nir()
185 if (fd_mesa_debug & FD_DBG_DISASM) { in ir3_optimize_nir()
Dir3_shader.c149 if (fd_mesa_debug & FD_DBG_DISASM) { in assemble_variant()
304 if (fd_mesa_debug & FD_DBG_DISASM) { in ir3_shader_create()
312 if (fd_mesa_debug & FD_DBG_DISASM) { in ir3_shader_create()
353 if (fd_mesa_debug & FD_DBG_DISASM) { in ir3_shader_create_compute()
362 if (fd_mesa_debug & FD_DBG_DISASM) { in ir3_shader_create_compute()
Dir3_cmdline.c241 fd_mesa_debug |= FD_DBG_MSGS | FD_DBG_OPTMSGS | FD_DBG_DISASM; in main()
Dir3_compiler_nir.c198 if (fd_mesa_debug & FD_DBG_DISASM) { in compile_init()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c71 if (fd_mesa_debug & FD_DBG_DISASM) { in assemble()
89 if (fd_mesa_debug & FD_DBG_DISASM) { in compile()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h66 #define FD_DBG_DISASM 0x0002 macro
Dfreedreno_screen.c65 {"disasm", FD_DBG_DISASM, "Dump TGSI and adreno shader disassembly"},