Searched refs:try_constant_propagate (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp135 try_constant_propagate(const struct gen_device_info *devinfo, function in namespace:brw
518 if (do_constant_prop && try_constant_propagate(devinfo, inst, i, &entry))
H A Dbrw_fs_copy_propagation.cpp553 fs_visitor::try_constant_propagate(fs_inst *inst, acp_entry *entry) function in class:fs_visitor
800 if (try_constant_propagate(inst, entry))
H A Dbrw_fs.h140 bool try_constant_propagate(fs_inst *inst, acp_entry *entry);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp126 try_constant_propagate(vec4_instruction *inst, function in namespace:brw
504 if (do_constant_prop && try_constant_propagate(inst, i, &entry))
H A Dbrw_fs_copy_propagation.cpp722 fs_visitor::try_constant_propagate(fs_inst *inst, acp_entry *entry) function in class:fs_visitor
980 if (try_constant_propagate(inst, entry))
H A Dbrw_fs.h166 bool try_constant_propagate(fs_inst *inst, acp_entry *entry);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.4.rst99 - i965/fs: Make try_constant_propagate() static.
H A D10.2.5.rst150 - i965/fs: Make try_constant_propagate() static.

Completed in 8 milliseconds