Searched refs:at_output (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parser.h38 at_output enumerator in enum:asm_type
H A Dprogram_parse.y824 } else if ((s->type != at_output) && (s->type != at_temp)) {
833 case at_output:
1819 declare_variable(state, $2, at_output, & @2);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parser.h38 at_output enumerator in enum:asm_type
H A Dprogram_parse.y833 } else if ((s->type != at_output) && (s->type != at_temp)) {
842 case at_output:
1840 declare_variable(state, $2, at_output, & @2);
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c2601 } else if ((s->type != at_output) && (s->type != at_temp)) {
2610 case at_output:
4005 declare_variable(state, (yyvsp[-2].string), at_output, & (yylsp[-2]));
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c2848 } else if ((s->type != at_output) && (s->type != at_temp)) {
2857 case at_output:
4274 declare_variable(state, (yyvsp[-2].string), at_output, & (yylsp[-2]));

Completed in 19 milliseconds