Searched refs:fc_stack (Results 1 – 3 of 3) sorted by relevance
273 struct r600_cf_stack_entry fc_stack[256]; member
10555 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[fc_sp]; in fc_set_mid()10565 assert(ctx->bc->fc_sp < ARRAY_SIZE(ctx->bc->fc_stack)); in fc_pushlevel()10566 ctx->bc->fc_stack[ctx->bc->fc_sp].type = type; in fc_pushlevel()10567 ctx->bc->fc_stack[ctx->bc->fc_sp].start = ctx->bc->cf_last; in fc_pushlevel()10573 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp - 1]; in fc_poplevel()10688 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id; in tgsi_else()10696 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].type != FC_IF) { in tgsi_endif()10705 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].mid == NULL) { in tgsi_endif()10706 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id + offset; in tgsi_endif()10707 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->pop_count = 1; in tgsi_endif()[all …]
27 # r600_shader.c:10547: fc_pushlevel: Assertion `ctx->bc->fc_sp < ARRAY_SIZE(ctx->bc->fc_stack)' fai…984 …00_shader.c:10538: fc_pushlevel: Assertion `ctx->bc->fc_sp < ARRAY_SIZE(ctx->bc->fc_stack)' failed.1472 # fc_pushlevel: Assertion `ctx->bc->fc_sp < ARRAY_SIZE(ctx->bc->fc_stack)' failed.