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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parser.h35 at_attrib, enumerator in enum:asm_type
H A Dprogram_parse.y737 && (s->type != at_attrib)) {
755 case at_attrib:
982 declare_variable(state, $2, at_attrib, & @2);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parser.h35 at_attrib, enumerator in enum:asm_type
H A Dprogram_parse.y746 && (s->type != at_attrib)) {
764 case at_attrib:
991 declare_variable(state, $2, at_attrib, & @2);
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c2496 && (s->type != at_attrib)) {
2514 case at_attrib:
2780 declare_variable(state, (yyvsp[-2].string), at_attrib, & (yylsp[-2]));
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c2743 && (s->type != at_attrib)) {
2761 case at_attrib:
3027 declare_variable(state, (yyvsp[-2].string), at_attrib, & (yylsp[-2]));

Completed in 20 milliseconds