Searched refs:rhs_element (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_copy_propagation_elements.cpp53 * whole-variable copy. The rhs_element[] array will still be filled,
60 ir_variable *rhs_element[4]; member in class:__anon3d49c3040110::acp_entry
64 * RHS. This has the "reverse references" of rhs_full/rhs_element. It is
101 if (!entry->rhs_element[i])
106 ir_variable *to_remove = entry->rhs_element[i];
107 entry->rhs_element[i] = NULL;
118 if (dst_entry->rhs_element[i] == var)
119 dst_entry->rhs_element[i] = NULL;
145 ir_variable *to_remove = lhs_entry->rhs_element[i];
146 lhs_entry->rhs_element[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_copy_propagation_elements.cpp53 * whole-variable copy. The rhs_element[] array will still be filled,
60 ir_variable *rhs_element[4]; member in class:__anon073c3d110110::acp_entry
64 * RHS. This has the "reverse references" of rhs_full/rhs_element. It is
101 if (!entry->rhs_element[i])
106 ir_variable *to_remove = entry->rhs_element[i];
107 entry->rhs_element[i] = NULL;
118 if (dst_entry->rhs_element[i] == var)
119 dst_entry->rhs_element[i] = NULL;
145 ir_variable *to_remove = lhs_entry->rhs_element[i];
146 lhs_entry->rhs_element[
[all...]

Completed in 3 milliseconds