Home
last modified time | relevance | path

Searched refs:opt_cse_local (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_cse.cpp166 vec4_visitor::opt_cse_local(bblock_t *block, const vec4_live_variables &live) in opt_cse_local() function in vec4_visitor
315 progress = opt_cse_local(block, live) || progress; in opt_cse()
Dbrw_fs_cse.cpp247 fs_visitor::opt_cse_local(const fs_live_variables &live, bblock_t *block, int &ip) in opt_cse_local() function in fs_visitor
388 progress = opt_cse_local(live, block, ip) || progress; in opt_cse()
Dbrw_vec4.h149 bool opt_cse_local(bblock_t *block, const vec4_live_variables &live);
Dbrw_fs.h165 bool opt_cse_local(const brw::fs_live_variables &live, bblock_t *block, int &ip);
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst60 - i965/vec4: opt_cse_local cause the out of bound array access
D20.2.0.rst238 - i965/vec4: opt_cse_local cause the out of bound array access