Lines Matching refs:PARAM
122 %parse-param { struct asm_parser_state *state }
124 %lex-param { void *scanner }
158 %token PARAM
791 yyerror(& @1, state, "non-array access to array PARAM");
904 yyerror(& @1, state, "array access to non-PARAM variable");
1213 PARAM_singleStmt: PARAM IDENTIFIER paramSingleInit
1231 PARAM_multipleStmt: PARAM IDENTIFIER '[' optArraySize ']' paramMultipleInit
2560 * The param type is STATE_VAR. The program parameter entry will
2600 * \param param_var returns info about the parameter/constant's location,
2602 * \param vec the vector/constant to add
2603 * \param allowSwizzle if true, try to consolidate constants which only differ
2746 yyerror(& loc, state, "invalid PARAM usage");