Lines Matching refs:copied
67 exec->vtx.copied.nr = 0;
100 /* Execute the buffer and save copied vertices.
106 exec->vtx.copied.nr = 0;
119 if (exec->vtx.copied.nr == last_count)
136 * to exec->vtx.copied.
147 assert(exec->vtx.max_vert - exec->vtx.vert_count > exec->vtx.copied.nr);
149 numComponents = exec->vtx.copied.nr * exec->vtx.vertex_size;
151 exec->vtx.copied.buffer,
154 exec->vtx.vert_count += exec->vtx.copied.nr;
156 exec->vtx.copied.nr = 0;
241 * Flush existing data, set new attrib size, replay copied vertices.
271 * to exec->vtx.copied.
275 if (unlikely(exec->vtx.copied.nr)) {
277 * format around to be able to translate the copied vertices to
366 if (unlikely(exec->vtx.copied.nr)) {
367 fi_type *data = exec->vtx.copied.buffer;
372 for (i = 0 ; i < exec->vtx.copied.nr ; i++) {
404 exec->vtx.vert_count += exec->vtx.copied.nr;
405 exec->vtx.copied.nr = 0;
727 memcpy(exec->vtx.copied.buffer, exec->vtx.vertex,
732 memcpy(exec->vtx.vertex, exec->vtx.copied.buffer,
759 memcpy(exec->vtx.copied.buffer, exec->vtx.vertex,
764 memcpy(exec->vtx.vertex, exec->vtx.copied.buffer,