Searched refs:acp_entry (Results 1 - 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_fs_copy_propagation.cpp | 28 struct acp_entry : public exec_node { struct in namespace:__anon14542 35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) 91 acp_entry *entry = (acp_entry *)entry_node; 102 acp_entry *entry = (acp_entry *)entry_node; 124 acp_entry *entry = ralloc(mem_ctx, acp_entry);
|
H A D | brw_fs.h | 54 class acp_entry; 248 bool try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry);
|
/external/mesa3d/src/glsl/ |
H A D | opt_copy_propagation.cpp | 43 class acp_entry : public exec_node class in namespace:__anon14454 46 acp_entry(ir_variable *lhs, ir_variable *rhs) function in class:__anon14454::acp_entry 97 /** List of acp_entry: The available copies to propagate */ 171 acp_entry *entry = (acp_entry *)iter.get(); 220 acp_entry *a = (acp_entry *)iter.get(); 221 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->lhs, a->rhs)); 295 acp_entry *entry = (acp_entry *)ite [all...] |
H A D | opt_constant_propagation.cpp | 46 class acp_entry : public exec_node class in namespace:__anon14452 49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) function in class:__anon14452::acp_entry 59 acp_entry(const acp_entry *src) function in class:__anon14452::acp_entry 117 /** List of acp_entry: The available constants to propagate */ 161 acp_entry *found = NULL; 176 acp_entry *entry = (acp_entry *)iter.get(); 321 acp_entry *a = (acp_entry *)ite [all...] |
H A D | opt_copy_propagation_elements.cpp | 54 class acp_entry : public exec_node class in namespace:__anon14455 57 acp_entry(ir_variable *lhs, ir_variable *rhs, int write_mask, int swizzle[4]) function in class:__anon14455::acp_entry 65 acp_entry(acp_entry *a) function in class:__anon14455::acp_entry 122 /** List of acp_entry: The available copies to propagate */ 248 acp_entry *entry = (acp_entry *)iter.get(); 328 acp_entry *a = (acp_entry *)iter.get(); 329 this->acp->push_tail(new(this->mem_ctx) acp_entry( [all...] |
Completed in 115 milliseconds