Searched refs:in_assignee (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_hv_accept.cpp271 * 'in_assignee' flag. Restore it after returning from the array index.
273 const bool was_in_assignee = v->in_assignee;
274 v->in_assignee = false;
276 v->in_assignee = was_in_assignee;
305 v->in_assignee = true;
307 v->in_assignee = false;
337 v->in_assignee = true;
339 v->in_assignee = false;
H A Dir_rvalue_visitor.cpp89 * 'in_assignee' flag. Restore it after returning from the array index.
91 const bool was_in_assignee = this->in_assignee;
92 this->in_assignee = false;
94 this->in_assignee = was_in_assignee;
H A Dir_hierarchical_visitor.h175 bool in_assignee; member in class:ir_hierarchical_visitor
H A Dir_hierarchical_visitor.cpp32 this->in_assignee = false;
H A Dloop_analysis.cpp188 lv->read_before_write = !this->in_assignee;
191 if (this->in_assignee) {
H A Dopt_constant_propagation.cpp137 if (this->in_assignee || !*rvalue)
244 if (this->in_assignee)
H A Dopt_copy_propagation.cpp165 if (this->in_assignee)
H A Dopt_copy_propagation_elements.cpp239 if (this->in_assignee)
H A Dlower_variable_index_to_cond_assign.cpp477 if (this->in_assignee)
/external/mesa3d/src/glsl/
H A Dir_hv_accept.cpp271 * 'in_assignee' flag. Restore it after returning from the array index.
273 const bool was_in_assignee = v->in_assignee;
274 v->in_assignee = false;
276 v->in_assignee = was_in_assignee;
305 v->in_assignee = true;
307 v->in_assignee = false;
337 v->in_assignee = true;
339 v->in_assignee = false;
H A Dir_rvalue_visitor.cpp89 * 'in_assignee' flag. Restore it after returning from the array index.
91 const bool was_in_assignee = this->in_assignee;
92 this->in_assignee = false;
94 this->in_assignee = was_in_assignee;
H A Dir_hierarchical_visitor.h175 bool in_assignee; member in class:ir_hierarchical_visitor
H A Dir_hierarchical_visitor.cpp32 this->in_assignee = false;
H A Dloop_analysis.cpp188 lv->read_before_write = !this->in_assignee;
191 if (this->in_assignee) {
H A Dopt_constant_propagation.cpp137 if (this->in_assignee || !*rvalue)
244 if (this->in_assignee)
H A Dopt_copy_propagation.cpp165 if (this->in_assignee)
H A Dopt_copy_propagation_elements.cpp239 if (this->in_assignee)
H A Dlower_variable_index_to_cond_assign.cpp477 if (this->in_assignee)

Completed in 671 milliseconds