Searched refs:dump_instruction (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_validate.cpp36 dump_instruction(inst, stderr); \
H A Dbrw_shader.h236 virtual void dump_instruction(backend_instruction *inst) = 0;
237 virtual void dump_instruction(backend_instruction *inst, FILE *file) = 0;
H A Dbrw_vec4.h317 void dump_instruction(backend_instruction *inst);
318 void dump_instruction(backend_instruction *inst, FILE *file);
H A Dbrw_fs.h300 void dump_instruction(backend_instruction *inst);
301 void dump_instruction(backend_instruction *inst, FILE *file);
H A Dbrw_cfg.cpp147 s->dump_instruction(inst);
H A Dbrw_shader.cpp1201 dump_instruction(inst, file);
1208 dump_instruction(inst, file);
H A Dbrw_schedule_instructions.cpp1709 bs->dump_instruction(chosen->inst);
1727 bs->dump_instruction(child->inst);
H A Dbrw_vec4.cpp1603 vec4_visitor::dump_instruction(backend_instruction *be_inst) function in class:brw::vec4_visitor
1605 dump_instruction(be_inst, stderr);
1609 vec4_visitor::dump_instruction(backend_instruction *be_inst, FILE *file) function in class:brw::vec4_visitor
H A Dbrw_fs.cpp6613 dump_instruction(inst, file);
6621 dump_instruction(inst, file);
6631 fs_visitor::dump_instruction(backend_instruction *be_inst) function in class:fs_visitor
6633 dump_instruction(be_inst, stderr);
6637 fs_visitor::dump_instruction(backend_instruction *be_inst, FILE *file) function in class:fs_visitor
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_validate.cpp36 dump_instruction(inst, stderr); \
H A Dbrw_shader.h84 virtual void dump_instruction(const backend_instruction *inst) const = 0;
85 virtual void dump_instruction(const backend_instruction *inst, FILE *file) const = 0;
H A Dbrw_vec4.h314 void dump_instruction(const backend_instruction *inst) const;
315 void dump_instruction(const backend_instruction *inst, FILE *file) const;
H A Dbrw_fs.h338 void dump_instruction(const backend_instruction *inst) const;
339 void dump_instruction(const backend_instruction *inst, FILE *file) const;
H A Dbrw_cfg.cpp164 s->dump_instruction(inst);
H A Dbrw_shader.cpp1299 dump_instruction(inst, file);
1306 dump_instruction(inst, file);
H A Dbrw_schedule_instructions.cpp1794 bs->dump_instruction(chosen->inst);
1812 bs->dump_instruction(child->inst);
H A Dbrw_vec4.cpp1589 vec4_visitor::dump_instruction(const backend_instruction *be_inst) const function in class:brw::vec4_visitor
1591 dump_instruction(be_inst, stderr);
1595 vec4_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const function in class:brw::vec4_visitor
H A Dbrw_fs.cpp8066 dump_instruction(inst, file);
8074 dump_instruction(inst, file);
8084 fs_visitor::dump_instruction(const backend_instruction *be_inst) const function in class:fs_visitor
8086 dump_instruction(be_inst, stderr);
8090 fs_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const function in class:fs_visitor
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp1115 static void dump_instruction(ostream& os, int line, prog_scope *scope,
1162 RENAME_DEBUG(dump_instruction(debug_log, line, cur_scope, *inst));
1406 void dump_instruction(ostream& os, int line, prog_scope *scope, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp1115 static void dump_instruction(ostream& os, int line, prog_scope *scope,
1162 RENAME_DEBUG(dump_instruction(debug_log, line, cur_scope, *inst));
1406 void dump_instruction(ostream& os, int line, prog_scope *scope, function in typeref:typename:void

Completed in 63 milliseconds