Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlower_named_interface_blocks.cpp164 ir_variable *found_var = entry ? (ir_variable *) entry->data : NULL; in run() local
165 if (!found_var) { in run()
301 ir_variable *found_var = (ir_variable *) entry->data; in handle_rvalue() local
304 new(mem_ctx) ir_dereference_variable(found_var); in handle_rvalue()