Lines Matching refs:start
758 /* patch indices are completely separate and thus start from 0 */
1200 ctx->shader->atomics[i].start = d->Range.First;
3897 /* GS thread with no output workaround - emit a cut at start of GS */
8665 if (index < ctx->shader->atomics[i].start)
8667 uint32_t offset = (index - ctx->shader->atomics[i].start);
10567 ctx->bc->fc_stack[ctx->bc->fc_sp].start = ctx->bc->cf_last;
10577 sp->start = NULL;
10688 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id;
10706 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id + offset;
10707 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->pop_count = 1;
10746 ctx->bc->cf_last->cf_addr = ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->id + 2;
10748 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id + 2;