Searched defs:get_variable_entry (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_variable_refcount.cpp50 ir_variable_refcount_visitor::get_variable_entry(ir_variable *var) function in class:ir_variable_refcount_visitor
69 variable_entry *entry = this->get_variable_entry(ir);
81 variable_entry *entry = this->get_variable_entry(var);
105 entry = this->get_variable_entry(ir->lhs->variable_referenced());

Completed in 404 milliseconds