Searched refs:_mesa_symbol_table (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
H A D | symbol_table.h | 30 struct _mesa_symbol_table; 32 extern void _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table); 34 extern void _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table); 36 extern int _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *symtab, 39 extern int _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, 44 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *symtab, 48 extern int _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, 51 extern void *_mesa_symbol_table_find_symbol(struct _mesa_symbol_table *symtab, 54 extern struct _mesa_symbol_table *_mesa_symbol_table_ctor(void); 56 extern void _mesa_symbol_table_dtor(struct _mesa_symbol_table *); [all...] |
H A D | symbol_table.c | 75 struct _mesa_symbol_table { struct 87 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_pop_scope() 119 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_push_scope() 134 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() 150 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, in _mesa_symbol_table_symbol_scope() 165 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_find_symbol() 177 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_symbol() 217 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_replace_symbol() 232 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_global_symbol() 289 struct _mesa_symbol_table * [all...] |
H A D | program_parser.h | 145 struct _mesa_symbol_table *st;
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_symbol_table.h | 37 * Facade class for _mesa_symbol_table 39 * Wraps the existing \c _mesa_symbol_table data structure to enforce some 108 struct _mesa_symbol_table *table;
|
H A D | ir_print_visitor.h | 86 _mesa_symbol_table *symbols;
|
Completed in 2 milliseconds