Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.h85 virtual void dump_instruction(const backend_instruction *inst) const = 0;
86 virtual void dump_instruction(const backend_instruction *inst, FILE *file) const = 0;
Dbrw_fs_validate.cpp36 dump_instruction(inst, stderr); \
Dbrw_vec4.h287 void dump_instruction(const backend_instruction *inst) const;
288 void dump_instruction(const backend_instruction *inst, FILE *file) const;
Dbrw_fs.h348 void dump_instruction(const backend_instruction *inst) const;
349 void dump_instruction(const backend_instruction *inst, FILE *file) const;
Dbrw_shader.cpp1291 dump_instruction(inst, file); in dump_instructions()
1298 dump_instruction(inst, file); in dump_instructions()
Dbrw_cfg.cpp164 s->dump_instruction(inst); in dump()
Dbrw_schedule_instructions.cpp1799 bs->dump_instruction(chosen->inst); in schedule_instructions()
1817 bs->dump_instruction(child->inst); in schedule_instructions()
Dbrw_vec4.cpp1306 vec4_visitor::dump_instruction(const backend_instruction *be_inst) const in dump_instruction() function in brw::vec4_visitor
1308 dump_instruction(be_inst, stderr); in dump_instruction()
1312 vec4_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const in dump_instruction() function in brw::vec4_visitor
Dbrw_fs.cpp5625 dump_instruction(inst, file); in dump_instructions()
5633 dump_instruction(inst, file); in dump_instructions()
5643 fs_visitor::dump_instruction(const backend_instruction *be_inst) const in dump_instruction() function in fs_visitor
5645 dump_instruction(be_inst, stderr); in dump_instruction()
5649 fs_visitor::dump_instruction(const backend_instruction *be_inst, FILE *file) const in dump_instruction() function in fs_visitor