Searched refs:fc_stack (Results 1 – 2 of 2) sorted by relevance
254 struct r600_cf_stack_entry fc_stack[TGSI_EXEC_MAX_NESTING]; member
9755 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[fc_sp]; in fc_set_mid()9765 assert(ctx->bc->fc_sp < ARRAY_SIZE(ctx->bc->fc_stack)); in fc_pushlevel()9766 ctx->bc->fc_stack[ctx->bc->fc_sp].type = type; in fc_pushlevel()9767 ctx->bc->fc_stack[ctx->bc->fc_sp].start = ctx->bc->cf_last; in fc_pushlevel()9773 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp - 1]; in fc_poplevel()9882 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id; in tgsi_else()9890 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].type != FC_IF) { in tgsi_endif()9899 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].mid == NULL) { in tgsi_endif()9900 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id + offset; in tgsi_endif()9901 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->pop_count = 1; in tgsi_endif()[all …]