Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dlower_variable_index_to_cond_assign.cpp133 deref_replacer(const ir_variable *variable_to_replace, ir_rvalue *value) in deref_replacer() argument
134 : variable_to_replace(variable_to_replace), value(value), in deref_replacer()
137 assert(this->variable_to_replace != NULL); in deref_replacer()
145 if ((dv != NULL) && (dv->var == this->variable_to_replace)) { in handle_rvalue()
151 const ir_variable *variable_to_replace; member in deref_replacer