Lines Matching refs:PROGRAM
30 #include "program/program.h"
31 #include "program/prog_parameter.h"
32 #include "program/prog_parameter_layout.h"
33 #include "program/prog_statevars.h"
34 #include "program/prog_instruction.h"
36 #include "program/symbol_table.h"
37 #include "program/program_parser.h"
181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION
278 program: language optionSequence statementSequence END
284 yyerror(& @1, state, "invalid fragment program header");
292 yyerror(& @1, state, "invalid vertex program header");
320 ? "invalid ARB vertex program option"
321 : "invalid ARB fragment program option";
644 * vertex program mode. However, PositionInvariant can never be
645 * set in fragment program mode, so it is somewhat irrelevant.
1626 * However, the ARB_vertex_program spec says "a program will fail
1748 yyerror(& @1, state, "invalid program matrix selector");
1768 progEnvParams: PROGRAM ENV '[' progEnvParamNums ']'
1790 progEnvParam: PROGRAM ENV '[' progEnvParamNum ']'
1800 progLocalParams: PROGRAM LOCAL '[' progLocalParamNums ']'
1821 progLocalParam: PROGRAM LOCAL '[' progLocalParamNum ']'
2015 yyerror(& @2, state, "invalid program result name");
2024 yyerror(& @2, state, "invalid program result name");
2037 yyerror(& @2, state, "invalid program result name");
2046 yyerror(& @2, state, "invalid program result name");
2055 yyerror(& @2, state, "invalid program result name");
2081 yyerror(& @1, state, "invalid program result name");
2089 * program that attempts to bind
2111 yyerror(& @1, state, "invalid program result name");
2120 yyerror(& @1, state, "invalid program result name");
2135 yyerror(& @1, state, "invalid program result name");
2144 yyerror(& @1, state, "invalid program result name");
2396 * Validate the set of inputs used by a program
2398 * Validates that legal sets of inputs are used by the program. In this case
2560 * The param type is STATE_VAR. The program parameter entry will
2699 /* Make a copy of the program string and force it to be NUL-terminated.
2735 if (ctx->Program.ErrorPos != -1) {
2777 * change them if program is translated into a hardware program.