Searched refs:_mesa_symbol_table (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | symbol_table.h | 26 struct _mesa_symbol_table; 29 extern void _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table); 31 extern void _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table); 33 extern int _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *symtab, 37 struct _mesa_symbol_table *symtab, int name_space, const char *name, 40 extern int _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, 44 struct _mesa_symbol_table *symtab, int name_space, const char *name); 46 extern struct _mesa_symbol_table *_mesa_symbol_table_ctor(void); 48 extern void _mesa_symbol_table_dtor(struct _mesa_symbol_table *); 51 struct _mesa_symbol_table *table, int name_space, const char *name);
|
D | symbol_table.c | 100 struct _mesa_symbol_table { struct 134 check_symbol_table(struct _mesa_symbol_table *table) in check_symbol_table() argument 159 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_pop_scope() 187 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_push_scope() 198 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() 205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table, in _mesa_symbol_table_iterator_ctor() 280 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, in _mesa_symbol_table_symbol_scope() 302 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_find_symbol() 325 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_symbol() 380 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_global_symbol() [all …]
|
/external/mesa3d/src/glsl/ |
D | glsl_symbol_table.h | 121 struct _mesa_symbol_table *table;
|