Searched refs:_mesa_symbol_table (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/program/ |
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 *);
|
D | symbol_table.c | 74 struct _mesa_symbol_table { struct 86 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_pop_scope() argument 118 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_push_scope() 133 find_symbol(struct _mesa_symbol_table *table, const char *name) in find_symbol() 149 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, in _mesa_symbol_table_symbol_scope() 164 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_find_symbol() 176 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_symbol() 216 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_replace_symbol() 231 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, in _mesa_symbol_table_add_global_symbol() 288 struct _mesa_symbol_table * [all …]
|
D | program_parser.h | 145 struct _mesa_symbol_table *st;
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_symbol_table.h | 108 struct _mesa_symbol_table *table;
|
D | ir_print_visitor.h | 85 _mesa_symbol_table *symbols;
|