Searched refs:dump_instruction (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_shader.h | 81 virtual void dump_instruction(const backend_instruction *inst) const = 0; 82 virtual void dump_instruction(const backend_instruction *inst, FILE *file) const = 0;
|
D | brw_fs_validate.cpp | 36 dump_instruction(inst, stderr); \
|
D | brw_vec4.h | 309 void dump_instruction(const backend_instruction *inst) const; 310 void dump_instruction(const backend_instruction *inst, FILE *file) const;
|
D | brw_fs.h | 334 void dump_instruction(const backend_instruction *inst) const; 335 void dump_instruction(const backend_instruction *inst, FILE *file) const;
|
D | brw_shader.cpp | 1242 dump_instruction(inst, file); in dump_instructions() 1249 dump_instruction(inst, file); in dump_instructions()
|
D | brw_cfg.cpp | 164 s->dump_instruction(inst); in dump()
|
D | brw_schedule_instructions.cpp | 1731 bs->dump_instruction(chosen->inst); in schedule_instructions() 1749 bs->dump_instruction(child->inst); in schedule_instructions()
|
D | brw_vec4.cpp | 1586 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
|
D | brw_fs.cpp | 7188 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/ |
D | st_glsl_to_tgsi_temprename.cpp | 1115 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
|