Searched refs:cond_stack (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c114 int cond_stack = 0; local in function:tgsi_transform_shader
191 if (opcode == TGSI_OPCODE_RET && cond_stack != 0) {
194 assert(cond_stack == 0);
208 cond_stack++;
216 assert(cond_stack > 0);
217 cond_stack--;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c114 int cond_stack = 0; local in function:tgsi_transform_shader
191 if (opcode == TGSI_OPCODE_RET && cond_stack != 0) {
194 assert(cond_stack == 0);
208 cond_stack++;
216 assert(cond_stack > 0);
217 cond_stack--;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.h68 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask::function_ctx
H A Dlp_bld_ir_common.c366 ctx->cond_stack[ctx->cond_stack_size++] = mask->cond_mask;
385 prev_mask = ctx->cond_stack[ctx->cond_stack_size - 1];
405 mask->cond_mask = ctx->cond_stack[ctx->cond_stack_size];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h274 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask::function_ctx
H A Dlp_bld_tgsi_soa.c280 ctx->cond_stack[ctx->cond_stack_size++] = mask->cond_mask;
299 prev_mask = ctx->cond_stack[ctx->cond_stack_size - 1];
319 mask->cond_mask = ctx->cond_stack[ctx->cond_stack_size];

Completed in 11 milliseconds