Searched refs:fc_stack (Results 1 – 2 of 2) sorted by relevance
212 struct r600_cf_stack_entry fc_stack[32]; member
4997 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[fc_sp]; in fc_set_mid()5008 ctx->bc->fc_stack[ctx->bc->fc_sp].type = type; in fc_pushlevel()5009 ctx->bc->fc_stack[ctx->bc->fc_sp].start = ctx->bc->cf_last; in fc_pushlevel()5014 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp]; in fc_poplevel()5091 ctx->bc->fc_stack[ctx->bc->fc_sp].start->cf_addr = ctx->bc->cf_last->id; in tgsi_else()5098 if (ctx->bc->fc_stack[ctx->bc->fc_sp].type != FC_IF) { in tgsi_endif()5103 if (ctx->bc->fc_stack[ctx->bc->fc_sp].mid == NULL) { in tgsi_endif()5104 ctx->bc->fc_stack[ctx->bc->fc_sp].start->cf_addr = ctx->bc->cf_last->id + 2; in tgsi_endif()5105 ctx->bc->fc_stack[ctx->bc->fc_sp].start->pop_count = 1; in tgsi_endif()5107 ctx->bc->fc_stack[ctx->bc->fc_sp].mid[0]->cf_addr = ctx->bc->cf_last->id + 2; in tgsi_endif()[all …]