Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h188 struct glcpp_parser { struct
189 void *linalloc;
190 yyscan_t scanner;
191 struct hash_table *defines;
192 active_list_t *active;
193 int lexing_directive;
194 int lexing_version_directive;
195 int space_tokens;
196 int last_token_was_newline;
197 int last_token_was_space;
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2053 void (*add_builtin_define)(struct glcpp_parser *, const char *, int), in add_builtin_defines()