Lines Matching defs:program
38 #include "program/prog_parameter.h"
39 #include "program/prog_print.h"
40 #include "program/prog_to_nir.h"
41 #include "program/programopt.h"
304 * Free all basic program variants.
341 * Free all basic program variants and unref program.
408 * Translate ARB (asm) program to NIR
439 /* Compute mapping of vertex program outputs to slots. */
574 * Translate a vertex program.
774 * Find/create a vertex program variant.
1068 * Translate fragment program if needed.
1120 * variants attached to the given program which match the given context.
1153 * Callback for _mesa_HashWalk. Free all the shader's program variants
1188 * Callback for _mesa_HashWalk. Free all the program variants which match
1195 struct gl_program *program = (struct gl_program *) data;
1196 destroy_program_variants(st, program);
1214 /* ARB vert/frag program */
1339 /* Always create the default variant of the program. */
1344 * Called when the program's text/code is changed. We have to free