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.h87 virtual void dump_instructions() const;
88 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.cpp1271 backend_shader::dump_instructions() const in dump_instructions() function in backend_shader
1273 dump_instructions(NULL); in dump_instructions()
1277 backend_shader::dump_instructions(const char *name) const in dump_instructions() function in backend_shader
1453 v.dump_instructions(); in brw_compile_tes()
Dbrw_fs.h346 virtual void dump_instructions() const;
347 virtual void dump_instructions(const char *name) const;
Dbrw_vec4_tcs.cpp491 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.cpp1854 bs->dump_instructions(); in run()
1885 bs->dump_instructions(); in run()
Dbrw_vec4.cpp2402 backend_shader::dump_instructions(filename); \ in run()
2415 backend_shader::dump_instructions(filename); in run()
Dbrw_fs_reg_allocate.cpp1271 dump_instructions(NULL); in assign_regs()
Dbrw_fs.cpp5604 fs_visitor::dump_instructions() const in dump_instructions() function in fs_visitor
5606 dump_instructions(NULL); in dump_instructions()
5610 fs_visitor::dump_instructions(const char *name) const in dump_instructions() function in fs_visitor
6056 backend_shader::dump_instructions(filename); \ in optimize()
6070 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()