Searched refs:fc_stack (Results 1 – 2 of 2) sorted by relevance
272 struct r600_cf_stack_entry fc_stack[TGSI_EXEC_MAX_NESTING]; member
10513 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[fc_sp]; in fc_set_mid()10523 assert(ctx->bc->fc_sp < ARRAY_SIZE(ctx->bc->fc_stack)); in fc_pushlevel()10524 ctx->bc->fc_stack[ctx->bc->fc_sp].type = type; in fc_pushlevel()10525 ctx->bc->fc_stack[ctx->bc->fc_sp].start = ctx->bc->cf_last; in fc_pushlevel()10531 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp - 1]; in fc_poplevel()10646 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id; in tgsi_else()10654 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].type != FC_IF) { in tgsi_endif()10663 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].mid == NULL) { in tgsi_endif()10664 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id + offset; in tgsi_endif()10665 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->pop_count = 1; in tgsi_endif()[all …]