Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dopt_structure_splitting.cpp190 variable_entry2 *get_splitting_entry(ir_variable *var);
197 ir_structure_splitting_visitor::get_splitting_entry(ir_variable *var) in get_splitting_entry() function in ir_structure_splitting_visitor
225 variable_entry2 *entry = get_splitting_entry(deref_var->var); in split_deref()
260 variable_entry2 *lhs_entry = lhs_deref ? get_splitting_entry(lhs_deref->var) : NULL; in visit_leave()
261 variable_entry2 *rhs_entry = rhs_deref ? get_splitting_entry(rhs_deref->var) : NULL; in visit_leave()