Searched refs:gpir_disassemble_program (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.h164 void gpir_disassemble_program(gpir_codegen_instr *code, unsigned num_instr);
H A Ddisasm.c557 gpir_disassemble_program(gpir_codegen_instr *code, unsigned num_instr) function in typeref:typename:void
H A Dcodegen.c591 gpir_disassemble_program(code, num_instr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.h164 void gpir_disassemble_program(gpir_codegen_instr *code, unsigned num_instr, FILE *fp);
H A Dcodegen.c611 gpir_disassemble_program(code, num_instr, stdout);
H A Ddisasm.c588 gpir_disassemble_program(gpir_codegen_instr *code, unsigned num_instr, FILE *fp) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
H A Dlima_disasm.c192 gpir_disassemble_program((gpir_codegen_instr *)prog, size / (sizeof(gpir_codegen_instr)), stdout);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_parser.c463 gpir_disassemble_program((gpir_codegen_instr *)value, size / sizeof(gpir_codegen_instr), fp);

Completed in 9 milliseconds