Searched refs:top_scope (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dsymbol_table.c235 struct scope_level *top_scope; local in function:_mesa_symbol_table_add_global_symbol
250 for (top_scope = table->current_scope; top_scope->next != NULL;
251 top_scope = top_scope->next) {
277 sym->next_with_same_scope = top_scope->symbols;
280 top_scope->symbols = sym;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dsymbol_table.c235 struct scope_level *top_scope; local in function:_mesa_symbol_table_add_global_symbol
250 for (top_scope = table->current_scope; top_scope->next != NULL;
251 top_scope = top_scope->next) {
277 sym->next_with_same_scope = top_scope->symbols;
280 top_scope->symbols = sym;

Completed in 2 milliseconds