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.c46 struct symbol *next_with_same_scope; member
96 struct symbol *const next = sym->next_with_same_scope; in _mesa_symbol_table_pop_scope()
203 new_sym->next_with_same_scope = table->current_scope->symbols; in _mesa_symbol_table_add_symbol()
275 sym->next_with_same_scope = top_scope->symbols; in _mesa_symbol_table_add_global_symbol()