Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.h81 virtual void dump_instruction(const backend_instruction *inst) const = 0;
82 virtual void dump_instruction(const backend_instruction *inst, FILE *file) const = 0;
Dbrw_fs_validate.cpp36 dump_instruction(inst, stderr); \
Dbrw_vec4.h309 void dump_instruction(const backend_instruction *inst) const;
310 void dump_instruction(const backend_instruction *inst, FILE *file) const;
Dbrw_fs.h334 void dump_instruction(const backend_instruction *inst) const;
335 void dump_instruction(const backend_instruction *inst, FILE *file) const;
Dbrw_shader.cpp1242 dump_instruction(inst, file); in dump_instructions()
1249 dump_instruction(inst, file); in dump_instructions()
Dbrw_cfg.cpp164 s->dump_instruction(inst); in dump()
Dbrw_schedule_instructions.cpp1731 bs->dump_instruction(chosen->inst); in schedule_instructions()
1749 bs->dump_instruction(child->inst); in schedule_instructions()
Dbrw_vec4.cpp1586 vec4_visitor::dump_instruction(const backend_instruction *be_inst) const in dump_instruction() function in brw::vec4_visitor
1588 dump_instruction(be_inst, stderr); in dump_instruction()
1592 vec4_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const in dump_instruction() function in brw::vec4_visitor
Dbrw_fs.cpp7188 dump_instruction(inst, file); in dump_instructions()
7196 dump_instruction(inst, file); in dump_instructions()
7206 fs_visitor::dump_instruction(const backend_instruction *be_inst) const in dump_instruction() function in fs_visitor
7208 dump_instruction(be_inst, stderr); in dump_instruction()
7212 fs_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const in dump_instruction() function in fs_visitor
/external/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