Home
last modified time | relevance | path

Searched refs:dump_instr_call (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h67 dump_instr_call(struct dxil_dumper *d, struct dxil_instr_call *call);
Ddxil_dump.c402 case INSTR_CALL: dump_instr_call(d, &instr->call); break; in dump_instrs()
461 dump_instr_call(struct dxil_dumper *d, struct dxil_instr_call *call) in dump_instr_call() function