HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_symbol_table (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/program/
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)
    [all...]
symbol_table.c 100 struct _mesa_symbol_table { struct
134 check_symbol_table(struct _mesa_symbol_table *table)
159 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table)
187 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table)
198 find_symbol(struct _mesa_symbol_table *table, const char *name)
205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table,
280 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table,
302 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table,
325 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table,
380 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table
    [all...]
  /external/mesa3d/src/glsl/
glsl_symbol_table.h 40 * Facade class for _mesa_symbol_table
42 * Wraps the existing \c _mesa_symbol_table data structure to enforce some
121 struct _mesa_symbol_table *table;

Completed in 20 milliseconds