Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_cmod_propagation.cpp351 vec4_visitor::opt_cmod_propagation() in opt_cmod_propagation() function in brw::vec4_visitor
Dbrw_fs_cmod_propagation.cpp549 fs_visitor::opt_cmod_propagation() in opt_cmod_propagation() function in fs_visitor
Dbrw_vec4.h150 bool opt_cmod_propagation();
Dbrw_fs.h224 bool opt_cmod_propagation();
Dbrw_vec4.cpp2785 OPT(opt_cmod_propagation); in run()
2802 OPT(opt_cmod_propagation); in run()
Dtest_vec4_cmod_propagation.cpp145 bool ret = v->opt_cmod_propagation(); in cmod_propagation()
Dbrw_fs.cpp8539 OPT(opt_cmod_propagation); in optimize()
8613 OPT(opt_cmod_propagation); in optimize()
8889 if (OPT(opt_cmod_propagation)) { in allocate_registers()
Dtest_fs_cmod_propagation.cpp113 bool ret = v->opt_cmod_propagation(); in cmod_propagation()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2737 - intel/compiler: Update block IPs once in opt_cmod_propagation