Lines Matching full:vertex
29 * \brief Pipeline stage for executing vertex programs.
62 * Private storage for the vertex program pipeline stage.
65 /** The results of running the vertex program go into these arrays. */
209 * Called via ctx->Driver.ProgramStringNotify() after a new vertex program
224 * Initialize virtual machine state prior to executing vertex program.
230 /* Input registers get initialized from the current vertex attribs */
261 machine->FetchTexelDeriv = NULL; /* not used by vertex programs */
270 * Map the texture images which the vertex program will access (if any).
289 * Unmap the texture images which were used by the vertex program (if any).
308 * This function executes vertex programs
328 /* ARB program or vertex shader */
376 /* the vertex array case */
541 /* free the vertex program result arrays */
570 "vertex-program",