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.y786 } else if ((s->type != at_param) && (s->type != at_temp)
797 case at_temp:
874 } else if ((s->type != at_output) && (s->type != at_temp)) {
880 case at_temp:
2436 case at_temp:
Dprogram_lexer.l184 TEMP { yylval->integer = at_temp; return TEMP; }