Home
last modified time | relevance | path

Searched refs:dump_instructions (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_shader.h83 virtual void dump_instructions() const;
84 virtual void dump_instructions(const char *name) const;
Dtest_vec4_dead_code_eliminate.cpp110 v->dump_instructions(); in dead_code_eliminate()
118 v->dump_instructions(); in dead_code_eliminate()
Dtest_vec4_copy_propagation.cpp112 v->dump_instructions(); in copy_propagation()
120 v->dump_instructions(); in copy_propagation()
Dtest_vec4_register_coalesce.cpp115 v->dump_instructions(); in _register_coalesce()
123 v->dump_instructions(); in _register_coalesce()
Dbrw_shader.cpp1222 backend_shader::dump_instructions() const in dump_instructions() function in backend_shader
1224 dump_instructions(NULL); in dump_instructions()
1228 backend_shader::dump_instructions(const char *name) const in dump_instructions() function in backend_shader
1400 v.dump_instructions(); in brw_compile_tes()
Dbrw_fs.h332 virtual void dump_instructions() const;
333 virtual void dump_instructions(const char *name) const;
Dbrw_vec4_tcs.cpp494 v.dump_instructions(); in brw_compile_tcs()
Dtest_vec4_cmod_propagation.cpp130 v->dump_instructions(); in cmod_propagation()
137 v->dump_instructions(); in cmod_propagation()
Dbrw_schedule_instructions.cpp1786 bs->dump_instructions(); in run()
1817 bs->dump_instructions(); in run()
Dbrw_fs_reg_allocate.cpp1361 dump_instructions(NULL); in assign_regs()
Dbrw_vec4.cpp2693 backend_shader::dump_instructions(filename); \ in run()
2706 backend_shader::dump_instructions(filename); in run()
Dbrw_fs.cpp7167 fs_visitor::dump_instructions() const in dump_instructions() function in fs_visitor
7169 dump_instructions(NULL); in dump_instructions()
7173 fs_visitor::dump_instructions(const char *name) const in dump_instructions() function in fs_visitor
7612 backend_shader::dump_instructions(filename); \ in optimize()
7626 backend_shader::dump_instructions(filename); in optimize()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1874 - i965/fs: Handle V/UV immediates in dump_instructions()