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.h37 at_temp, enumerator
Dprogram_parse.y737 } else if ((s->type != at_param) && (s->type != at_temp)
748 case at_temp:
825 } else if ((s->type != at_output) && (s->type != at_temp)) {
831 case at_temp:
2268 case at_temp:
Dprogram_lexer.l186 TEMP { yylval->integer = at_temp; return TEMP; }