Lines Matching full:vertex
27 * Vertex/Fragment program optimizations and transformations for program
45 * into a vertex program.
83 * newInst[0] = DP4 result.position.x, mvp.row[0], vertex.position;
84 * newInst[1] = DP4 result.position.y, mvp.row[1], vertex.position;
85 * newInst[2] = DP4 result.position.z, mvp.row[2], vertex.position;
86 * newInst[3] = DP4 result.position.w, mvp.row[3], vertex.position;
246 * to vertex programs too.
503 * (for vertex shaders).
641 * Replace the given vertex program with a "no-op" program that just
642 * transforms vertex position and emits color.
651 * Start with a simple vertex program that emits color.