Searched refs:fc_sp (Results 1 – 2 of 2) sorted by relevance
211 uint32_t fc_sp; member
4995 static void fc_set_mid(struct r600_shader_ctx *ctx, int fc_sp) in fc_set_mid() argument4997 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[fc_sp]; in fc_set_mid()5007 ctx->bc->fc_sp++; in fc_pushlevel()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()5022 ctx->bc->fc_sp--; in fc_poplevel()5060 static void break_loop_on_flag(struct r600_shader_ctx *ctx, unsigned fc_sp)5067 fc_set_mid(ctx, fc_sp);5090 fc_set_mid(ctx, ctx->bc->fc_sp); in tgsi_else()[all …]