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

  /external/mesa3d/src/mesa/program/
symbol_table.h 34 int name_space, const char *name, void *declaration);
37 struct _mesa_symbol_table *symtab, int name_space, const char *name,
41 int name_space, const char *name);
44 struct _mesa_symbol_table *symtab, int name_space, const char *name);
51 struct _mesa_symbol_table *table, int name_space, const char *name);
symbol_table.c 59 int name_space; member in struct:symbol
119 int name_space; member in struct:_mesa_symbol_table_iterator
206 int name_space, const char *name)
211 iter->name_space = name_space;
219 if ((name_space == -1) || (sym->name_space == name_space)) {
260 if ((iter->name_space == -1)
261 || (iter->curr->name_space == iter->name_space))
    [all...]

Completed in 49 milliseconds