Home
last modified time | relevance | path

Searched refs:at_temp (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogram_parser.h35 at_temp, enumerator
Dprogram_parse.y734 } else if ((s->type != at_param) && (s->type != at_temp)
745 case at_temp:
822 } else if ((s->type != at_output) && (s->type != at_temp)) {
828 case at_temp:
2249 case at_temp:
Dprogram_lexer.l181 TEMP { yylval->integer = at_temp; return TEMP; }