Home | History | Annotate | Download | only in vbo

Lines Matching full:restartindex

426        ctx->Array.RestartIndex < count) {
429 if (ctx->Array.RestartIndex == start) {
430 /* special case: RestartIndex at beginning */
437 else if (ctx->Array.RestartIndex == start + count - 1) {
438 /* special case: RestartIndex at end */
446 /* general case: RestartIndex in middle, split into two prims */
448 prim[0].count = ctx->Array.RestartIndex - start;
451 prim[1].start = ctx->Array.RestartIndex + 1;