Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dsymbol_table.h48 extern int _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table,
Dsymbol_table.c150 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, in _mesa_symbol_table_symbol_scope() function
/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp130 return _mesa_symbol_table_symbol_scope(table, name) == 0; in name_declared_this_scope()