Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dsymbol_table.c47 struct symbol *next_with_same_scope; member
97 struct symbol *const next = sym->next_with_same_scope; in _mesa_symbol_table_pop_scope()
204 new_sym->next_with_same_scope = table->current_scope->symbols; in _mesa_symbol_table_add_symbol()
276 sym->next_with_same_scope = top_scope->symbols; in _mesa_symbol_table_add_global_symbol()