Home
last modified time | relevance | path

Searched refs:fc_stack (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h273 struct r600_cf_stack_entry fc_stack[256]; member
Dr600_shader.c10555 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 …]
/third_party/mesa3d/src/gallium/drivers/r600/ci/
Dr600-turks-fails.txt27 # 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.