Home
last modified time | relevance | path

Searched refs:dump_instruction (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
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;
Dbrw_fs_validate.cpp36 dump_instruction(inst, stderr); \
Dbrw_vec4.h314 void dump_instruction(const backend_instruction *inst) const;
315 void dump_instruction(const backend_instruction *inst, FILE *file) const;
Dbrw_fs.h338 void dump_instruction(const backend_instruction *inst) const;
339 void dump_instruction(const backend_instruction *inst, FILE *file) const;
Dbrw_shader.cpp1299 dump_instruction(inst, file); in dump_instructions()
1306 dump_instruction(inst, file); in dump_instructions()
Dbrw_cfg.cpp164 s->dump_instruction(inst); in dump()
Dbrw_schedule_instructions.cpp1794 bs->dump_instruction(chosen->inst); in schedule_instructions()
1812 bs->dump_instruction(child->inst); in schedule_instructions()
Dbrw_vec4.cpp1589 vec4_visitor::dump_instruction(const backend_instruction *be_inst) const in dump_instruction() function in brw::vec4_visitor
1591 dump_instruction(be_inst, stderr); in dump_instruction()
1595 vec4_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const in dump_instruction() function in brw::vec4_visitor
Dbrw_fs.cpp8063 dump_instruction(inst, file); in dump_instructions()
8071 dump_instruction(inst, file); in dump_instructions()
8081 fs_visitor::dump_instruction(const backend_instruction *be_inst) const in dump_instruction() function in fs_visitor
8083 dump_instruction(be_inst, stderr); in dump_instruction()
8087 fs_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const in dump_instruction() function in fs_visitor
/third_party/mesa3d/src/mesa/state_tracker/
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)); in get_temp_registers_required_live_ranges()
1406 void dump_instruction(ostream& os, int line, prog_scope *scope, in dump_instruction() function