Searched refs:fc_sp (Results 1 – 2 of 2) sorted by relevance
253 uint32_t fc_sp; member
9753 static void fc_set_mid(struct r600_shader_ctx *ctx, int fc_sp) in fc_set_mid() argument9755 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()9768 ctx->bc->fc_sp++; in fc_pushlevel()9773 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp - 1]; in fc_poplevel()9779 ctx->bc->fc_sp--; in fc_poplevel()9817 static void break_loop_on_flag(struct r600_shader_ctx *ctx, unsigned fc_sp)9824 fc_set_mid(ctx, fc_sp);[all …]