Searched refs:fc_sp (Results 1 – 2 of 2) sorted by relevance
271 uint32_t fc_sp; member
10511 static void fc_set_mid(struct r600_shader_ctx *ctx, int fc_sp) in fc_set_mid() argument10513 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()10526 ctx->bc->fc_sp++; in fc_pushlevel()10531 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp - 1]; in fc_poplevel()10537 ctx->bc->fc_sp--; in fc_poplevel()10575 static void break_loop_on_flag(struct r600_shader_ctx *ctx, unsigned fc_sp)10582 fc_set_mid(ctx, fc_sp);[all …]