Searched refs:declare_variable (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_parse.y | 47 static struct asm_symbol *declare_variable(struct asm_parser_state *state, 982 declare_variable(state, $2, at_attrib, & @2); 1075 declare_variable(state, $2, at_param, & @2); 1099 declare_variable(state, $2, $6.type, & @2); 1802 if (!declare_variable(state, $3, $<integer>0, & @3)) { 1809 if (!declare_variable(state, $1, $<integer>0, & @1)) { 1819 declare_variable(state, $2, at_output, & @2); 2251 declare_variable(struct asm_parser_state *state, char *name, enum asm_type t,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_parse.y | 55 static struct asm_symbol *declare_variable(struct asm_parser_state *state, 991 declare_variable(state, $2, at_attrib, & @2); 1084 declare_variable(state, $2, at_param, & @2); 1108 declare_variable(state, $2, $6.type, & @2); 1823 if (!declare_variable(state, $3, $<integer>0, & @3)) { 1830 if (!declare_variable(state, $1, $<integer>0, & @1)) { 1840 declare_variable(state, $2, at_output, & @2); 2272 declare_variable(struct asm_parser_state *state, char *name, enum asm_type t,
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.c | 121 static struct asm_symbol *declare_variable(struct asm_parser_state *state, 2780 declare_variable(state, (yyvsp[-2].string), at_attrib, & (yylsp[-2])); 2919 declare_variable(state, (yyvsp[-1].string), at_param, & (yylsp[-1])); 2945 declare_variable(state, (yyvsp[-4].string), (yyvsp[0].temp_sym).type, & (yylsp[-4])); 3982 if (!declare_variable(state, (yyvsp[0].string), (yyvsp[-3].integer), & (yylsp[0]))) { 3993 if (!declare_variable(state, (yyvsp[0].string), (yyvsp[-1].integer), & (yylsp[0]))) { 4005 declare_variable(state, (yyvsp[-2].string), at_output, & (yylsp[-2])); 4775 declare_variable(struct asm_parser_state *state, char *name, enum asm_type t, function in typeref:struct:asm_symbol *
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | program_parse.tab.c | 125 static struct asm_symbol *declare_variable(struct asm_parser_state *state, 3027 declare_variable(state, (yyvsp[-2].string), at_attrib, & (yylsp[-2])); 3166 declare_variable(state, (yyvsp[-1].string), at_param, & (yylsp[-1])); 3192 declare_variable(state, (yyvsp[-4].string), (yyvsp[0].temp_sym).type, & (yylsp[-4])); 4251 if (!declare_variable(state, (yyvsp[0].string), (yyvsp[-3].integer), & (yylsp[0]))) { 4262 if (!declare_variable(state, (yyvsp[0].string), (yyvsp[-1].integer), & (yylsp[0]))) { 4274 declare_variable(state, (yyvsp[-2].string), at_output, & (yylsp[-2])); 5041 declare_variable(struct asm_parser_state *state, char *name, enum asm_type t, function in typeref:struct:asm_symbol *
|
Completed in 17 milliseconds