Lines Matching defs:last
59 * Close off the last primitive, execute the buffer, restart the
73 unsigned last = exec->vtx.prim_count - 1;
74 struct pipe_draw_start_count_bias *last_draw = &exec->vtx.draw[last];
75 const bool last_begin = exec->vtx.markers[last].begin;
81 exec->vtx.markers[last].end = 0;
85 if (exec->vtx.mode[last] == GL_LINE_LOOP &&
87 !exec->vtx.markers[last].end) {
89 exec->vtx.mode[last] = GL_LINE_STRIP;
93 * very last section of the loop.
317 /* Decreasing the size: Copy from first to last to move
328 /* Increasing the size: Copy from last to first to move
358 /* The position is always last. */
525 /* Store the position, which is always last and can have 32 or */ \
896 exec->vtx.prim_count--; /* drop the last primitive */
930 unsigned last = exec->vtx.prim_count - 1;
931 struct pipe_draw_start_count_bias *last_draw = &exec->vtx.draw[last];
935 exec->vtx.markers[last].end = 1;
946 if (exec->vtx.mode[last] == GL_LINE_LOOP &&
947 exec->vtx.markers[last].begin == 0) {
961 exec->vtx.mode[last] = GL_LINE_STRIP;
964 * overwrite the last vertex which we just added.