Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprogram_parser.h37 at_temp, enumerator
Dprogram_parse.y745 } else if ((s->type != at_param) && (s->type != at_temp)
756 case at_temp:
833 } else if ((s->type != at_output) && (s->type != at_temp)) {
839 case at_temp:
2283 case at_temp:
Dprogram_lexer.l186 TEMP { yylval->integer = at_temp; return TEMP; }