Home
last modified time | relevance | path

Searched refs:_mesa_symbol_table (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/program/
Dsymbol_table.h30 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 *);
Dsymbol_table.c74 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 …]
Dprogram_parser.h145 struct _mesa_symbol_table *st;
/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.h108 struct _mesa_symbol_table *table;
Dir_print_visitor.h85 _mesa_symbol_table *symbols;