OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mesa_symbol_table
(Results
1 - 5
of
5
) 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,
281
_mesa_symbol_table_symbol_scope(struct
_mesa_symbol_table
*table,
303
_mesa_symbol_table_find_symbol(struct
_mesa_symbol_table
*table,
326
_mesa_symbol_table_add_symbol(struct
_mesa_symbol_table
*table,
381
_mesa_symbol_table_add_global_symbol(struct
_mesa_symbol_table
*table
[
all
...]
program_parser.h
140
struct
_mesa_symbol_table
*st;
/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;
ir_print_visitor.h
88
_mesa_symbol_table
*symbols;
Completed in 53 milliseconds