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

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 98 glcpp_parser_t *parser = yyextra;
119 if (yyextra->space_tokens)
124 yylval->str = ralloc_strdup (yyextra, yytext);
125 yyextra->space_tokens = 0;
132 yylval->str = ralloc_strdup (yyextra, yytext);
144 yyextra->lexing_if = 1;
145 yyextra->space_tokens = 0;
150 yyextra->lexing_if = 1;
151 yyextra->space_tokens = 0;
156 yyextra->lexing_if = 1
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 98 glcpp_parser_t *parser = yyextra;
119 if (yyextra->space_tokens)
124 yylval->str = ralloc_strdup (yyextra, yytext);
125 yyextra->space_tokens = 0;
132 yylval->str = ralloc_strdup (yyextra, yytext);
144 yyextra->lexing_if = 1;
145 yyextra->space_tokens = 0;
150 yyextra->lexing_if = 1;
151 yyextra->space_tokens = 0;
156 yyextra->lexing_if = 1
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.l 46 yyextra->leadingSpace = false; \
47 yyextra->lineStart = true; \
53 pp::Input* input = &yyextra->input; \
54 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
67 result = yyextra->input.read(buf, maxSize);
102 yyextra->leadingSpace = true;
109 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
224 [ \t\v\f]+ { yyextra->leadingSpace = true; }
242 pp::Input* input = &yyextra->input;
243 pp::Input::Location* scanLoc = &yyextra->scanLoc
    [all...]
Tokenizer.cpp 142 #define yyextra yyg->yyextra_r macro
562 yyextra->leadingSpace = false; \
563 yyextra->lineStart = true; \
569 pp::Input* input = &yyextra->input; \
570 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
583 result = yyextra->input.read(buf, maxSize);
927 yyextra->leadingSpace = true;
936 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
1125 { yyextra->leadingSpace = true; }
1153 pp::Input* input = &yyextra->input
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 132 #define yyextra yyg->yyextra_r macro
889 glcpp_parser_t *parser = yyextra;
1022 if (yyextra->space_tokens
1328 yy_top_state(yyextra); variable
    [all...]
glsl_lexer.cc 132 #define yyextra yyg->yyextra_r macro
    [all...]
lex.yy.c 132 #define yyextra yyg->yyextra_r macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.l 83 TParseContext* context = yyextra;
402 TSymbol* symbol = yyextra->symbolTable.find(yytext, yyextra->shaderVersion);
416 yyextra->error(*yylloc, "Illegal use of reserved word", yytext, "");
417 yyextra->recover();
473 yyextra->warning(*yylloc, "Integer overflow", yytext, "");
490 yyextra->warning(*yylloc, "Float overflow", yytext, "");
504 yyextra->warning(*yylloc, "Integer overflow", yytext, "");
512 yyextra->warning(*yylloc, "Float overflow", yytext, "");
glslang_lex.cpp 154 #define yyextra yyg->yyextra_r macro
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 32 #define require_ARB_vp (yyextra->mode == ARB_vertex)
33 #define require_ARB_fp (yyextra->mode == ARB_fragment)
34 #define require_NV_fp (yyextra->option.NV_fragment)
35 #define require_shadow (yyextra->option.Shadow)
36 #define require_rect (yyextra->option.TexRect)
37 #define require_texarray (yyextra->option.TexArray)
48 return handle_ident(yyextra, yytext, yylval); \
66 _mesa_parse_instruction_suffix(yyextra, \
72 return handle_ident(yyextra, yytext, yylval); \
331 [_a-zA-Z$][_a-zA-Z0-9$]* { return handle_ident(yyextra, yytext, yylval);
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 32 #define require_ARB_vp (yyextra->mode == ARB_vertex)
33 #define require_ARB_fp (yyextra->mode == ARB_fragment)
34 #define require_NV_fp (yyextra->option.NV_fragment)
35 #define require_shadow (yyextra->option.Shadow)
36 #define require_rect (yyextra->option.TexRect)
37 #define require_texarray (yyextra->option.TexArray)
48 return handle_ident(yyextra, yytext, yylval); \
66 _mesa_parse_instruction_suffix(yyextra, \
72 return handle_ident(yyextra, yytext, yylval); \
331 [_a-zA-Z$][_a-zA-Z0-9$]* { return handle_ident(yyextra, yytext, yylval);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 124 #define yyextra yyg->yyextra_r macro
parse-events-flex.c 131 #define yyextra yyg->yyextra_r macro
    [all...]

Completed in 153 milliseconds