Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_array_refcount.cpp37 : last_array_deref(0), derefs(0), num_derefs(0), derefs_size(0) in ir_array_refcount_visitor()
177 if (last_array_deref && last_array_deref->array == ir) { in visit_enter()
178 last_array_deref = ir; in visit_enter()
182 last_array_deref = ir; in visit_enter()
Dir_array_refcount.h168 ir_dereference_array *last_array_deref; variable