Home
last modified time | relevance | path

Searched refs:fc_sp (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h272 uint32_t fc_sp; member
H A Dr600_shader.c10553 static void fc_set_mid(struct r600_shader_ctx *ctx, int fc_sp) in fc_set_mid() argument
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()
10568 ctx->bc->fc_sp++; in fc_pushlevel()
10573 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp - 1]; in fc_poplevel()
10579 ctx->bc->fc_sp--; in fc_poplevel()
10617 static void break_loop_on_flag(struct r600_shader_ctx *ctx, unsigned fc_sp)
10624 fc_set_mid(ctx, fc_sp);
[all...]

Completed in 12 milliseconds