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.y733 } else if ((s->type != at_param) && (s->type != at_temp)
744 case at_temp:
821 } else if ((s->type != at_output) && (s->type != at_temp)) {
827 case at_temp:
2264 case at_temp:
Dprogram_lexer.l181 TEMP { yylval->integer = at_temp; return TEMP; }