Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_variable_index_to_cond_assign.cpp126 deref_replacer(const ir_variable *variable_to_replace, ir_rvalue *value) in deref_replacer() argument
127 : variable_to_replace(variable_to_replace), value(value), in deref_replacer()
130 assert(this->variable_to_replace != NULL); in deref_replacer()
138 if (dv != NULL && dv->var == this->variable_to_replace) { in handle_rvalue()
144 const ir_variable *variable_to_replace; member in __anon875e30470111::deref_replacer