Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h211 uint32_t fc_sp; member
Dr600_shader.c4995 static void fc_set_mid(struct r600_shader_ctx *ctx, int fc_sp) in fc_set_mid() argument
4997 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 …]