Lines Matching defs:current
135 /* Run pipeline on current vertices, copy wrapped vertices
174 /* Note: the exec->vtx.current[i] pointers point into the
177 GLfloat *current = (GLfloat *)vbo->current[i].Ptr;
183 /* VBO_ATTRIB_SELECT_RESULT_INDEX has no current */
184 if (!current)
199 if (memcmp(current, tmp, 4 * sizeof(GLfloat) << dmul_shift) != 0) {
200 memcpy(current, tmp, 4 * sizeof(GLfloat) << dmul_shift);
225 if (exec->vtx.attr[i].type != vbo->current[i].Format.Type ||
226 (exec->vtx.attr[i].size >> dmul_shift) != vbo->current[i].Format.Size) {
227 vbo_set_vertex_format(&vbo->current[i].Format,
270 /* Run pipeline on current vertices, copy wrapped vertices
390 fi_type *current = (fi_type *)vbo->current[j].Ptr;
391 COPY_SZ_4V(dest + new_offset, sz, current);
838 * Use FLUSH_STORED_VERTICES, because it updates current attribs and
929 /* close off current primitive */