Home
last modified time | relevance | path

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

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