Home
last modified time | relevance | path

Searched defs:glcpp_parser (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h183 struct glcpp_parser { struct
184 void *linalloc;
185 yyscan_t scanner;
186 struct hash_table *defines;
187 active_list_t *active;
188 int lexing_directive;
189 int lexing_version_directive;
190 int space_tokens;
191 int last_token_was_newline;
192 int last_token_was_space;
[all …]
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1855 void (*add_builtin_define)(struct glcpp_parser *, const char *, int), in add_builtin_defines()