Lines Matching defs:program

33 #include "program/program.h"
34 #include "program/prog_parameter.h"
35 #include "program/prog_parameter_layout.h"
36 #include "program/prog_statevars.h"
37 #include "program/prog_instruction.h"
39 #include "program/symbol_table.h"
40 #include "program/program_parser.h"
295 program: language optionSequence statementSequence END
301 yyerror(& @1, state, "invalid fragment program header");
309 yyerror(& @1, state, "invalid vertex program header");
337 ? "invalid ARB vertex program option"
338 : "invalid ARB fragment program option";
598 * vertex program mode. However, PositionInvariant can never be
599 * set in fragment program mode, so it is somewhat irrelevant.
1501 * However, the ARB_vertex_program spec says "a program will fail
1623 yyerror(& @1, state, "invalid program matrix selector");
1851 yyerror(& @2, state, "invalid program result name");
1860 yyerror(& @2, state, "invalid program result name");
1873 yyerror(& @2, state, "invalid program result name");
1882 yyerror(& @2, state, "invalid program result name");
1891 yyerror(& @2, state, "invalid program result name");
1917 yyerror(& @1, state, "invalid program result name");
1925 * program that attempts to bind
1947 yyerror(& @1, state, "invalid program result name");
1956 yyerror(& @1, state, "invalid program result name");
1971 yyerror(& @1, state, "invalid program result name");
1980 yyerror(& @1, state, "invalid program result name");
2222 * Validate the set of inputs used by a program
2224 * Validates that legal sets of inputs are used by the program. In this case
2405 * The param type is STATE_VAR. The program parameter entry will
2544 /* Make a copy of the program string and force it to be newline and NUL-terminated.
2638 * change them if program is translated into a hardware program.