Searched refs:_mesa_symbol_table (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/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) 119 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) 134 find_symbol(struct _mesa_symbol_table *table, const char *name) 150 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, 165 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, 177 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, 217 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, 232 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, 289 struct _mesa_symbol_table * [all...] |
| H A D | program_parser.h | 145 struct _mesa_symbol_table *st;
|
| /xsrc/external/mit/MesaLib/dist/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) 119 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) 134 find_symbol(struct _mesa_symbol_table *table, const char *name) 150 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, 165 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, 177 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, 217 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, 232 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, 289 struct _mesa_symbol_table * [all...] |
| H A D | program_parser.h | 145 struct _mesa_symbol_table *st;
|
| /xsrc/external/mit/MesaLib/dist/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;
|
| /xsrc/external/mit/MesaLib.old/dist/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 | 85 _mesa_symbol_table *symbols;
|
Completed in 6 milliseconds