Home
last modified time | relevance | path

Searched refs:try_constant_propagate (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_copy_propagation.cpp126 try_constant_propagate(vec4_instruction *inst, in try_constant_propagate() function
497 if (do_constant_prop && try_constant_propagate(inst, i, &entry)) in opt_copy_propagation()
Dbrw_fs_copy_propagation.cpp683 fs_visitor::try_constant_propagate(fs_inst *inst, acp_entry *entry) in try_constant_propagate() function in fs_visitor
939 if (try_constant_propagate(inst, entry)) in opt_copy_propagation_local()
Dbrw_fs.h166 bool try_constant_propagate(fs_inst *inst, acp_entry *entry);
/external/mesa3d/docs/relnotes/
D10.2.4.rst99 - i965/fs: Make try_constant_propagate() static.
D10.2.5.rst150 - i965/fs: Make try_constant_propagate() static.