Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.h86 virtual void dump_instructions() const;
87 virtual void dump_instructions(const char *name) const;
Dtest_vec4_dead_code_eliminate.cpp122 v->dump_instructions(); in dead_code_eliminate()
130 v->dump_instructions(); in dead_code_eliminate()
Dtest_vec4_copy_propagation.cpp123 v->dump_instructions(); in copy_propagation()
131 v->dump_instructions(); in copy_propagation()
Dtest_vec4_register_coalesce.cpp126 v->dump_instructions(); in _register_coalesce()
134 v->dump_instructions(); in _register_coalesce()
Dbrw_shader.cpp1279 backend_shader::dump_instructions() const in dump_instructions() function in backend_shader
1281 dump_instructions(NULL); in dump_instructions()
1285 backend_shader::dump_instructions(const char *name) const in dump_instructions() function in backend_shader
1462 v.dump_instructions(); in brw_compile_tes()
Dbrw_fs.h336 virtual void dump_instructions() const;
337 virtual void dump_instructions(const char *name) const;
Dbrw_vec4_tcs.cpp499 v.dump_instructions(); in brw_compile_tcs()
Dtest_vec4_cmod_propagation.cpp142 v->dump_instructions(); in cmod_propagation()
149 v->dump_instructions(); in cmod_propagation()
Dbrw_schedule_instructions.cpp1849 bs->dump_instructions(); in run()
1880 bs->dump_instructions(); in run()
Dbrw_fs_reg_allocate.cpp1258 dump_instructions(NULL); in assign_regs()
Dbrw_vec4.cpp2756 backend_shader::dump_instructions(filename); \ in run()
2769 backend_shader::dump_instructions(filename); in run()
Dbrw_fs.cpp8042 fs_visitor::dump_instructions() const in dump_instructions() function in fs_visitor
8044 dump_instructions(NULL); in dump_instructions()
8048 fs_visitor::dump_instructions(const char *name) const in dump_instructions() function in fs_visitor
8497 backend_shader::dump_instructions(filename); \ in optimize()
8511 backend_shader::dump_instructions(filename); in optimize()
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1874 - i965/fs: Handle V/UV immediates in dump_instructions()