Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h241 struct r600_cf_stack_entry fc_stack[32]; member
Dr600_shader.c8625 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[fc_sp]; in fc_set_mid()
8636 ctx->bc->fc_stack[ctx->bc->fc_sp].type = type; in fc_pushlevel()
8637 ctx->bc->fc_stack[ctx->bc->fc_sp].start = ctx->bc->cf_last; in fc_pushlevel()
8642 struct r600_cf_stack_entry *sp = &ctx->bc->fc_stack[ctx->bc->fc_sp]; in fc_poplevel()
8739 ctx->bc->fc_stack[ctx->bc->fc_sp].start->cf_addr = ctx->bc->cf_last->id; in tgsi_else()
8746 if (ctx->bc->fc_stack[ctx->bc->fc_sp].type != FC_IF) { in tgsi_endif()
8751 if (ctx->bc->fc_stack[ctx->bc->fc_sp].mid == NULL) { in tgsi_endif()
8752 ctx->bc->fc_stack[ctx->bc->fc_sp].start->cf_addr = ctx->bc->cf_last->id + 2; in tgsi_endif()
8753 ctx->bc->fc_stack[ctx->bc->fc_sp].start->pop_count = 1; in tgsi_endif()
8755 ctx->bc->fc_stack[ctx->bc->fc_sp].mid[0]->cf_addr = ctx->bc->cf_last->id + 2; in tgsi_endif()
[all …]