Home
last modified time | relevance | path

Searched refs:cond_stack (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c114 int cond_stack = 0; in tgsi_transform_shader() local
191 if (opcode == TGSI_OPCODE_RET && cond_stack != 0) { in tgsi_transform_shader()
194 assert(cond_stack == 0); in tgsi_transform_shader()
208 cond_stack++; in tgsi_transform_shader()
216 assert(cond_stack > 0); in tgsi_transform_shader()
217 cond_stack--; in tgsi_transform_shader()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.c366 ctx->cond_stack[ctx->cond_stack_size++] = mask->cond_mask; in lp_exec_mask_cond_push()
385 prev_mask = ctx->cond_stack[ctx->cond_stack_size - 1]; in lp_exec_mask_cond_invert()
405 mask->cond_mask = ctx->cond_stack[ctx->cond_stack_size]; in lp_exec_mask_cond_pop()
Dlp_bld_ir_common.h68 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING]; member
/external/libcups/ppdc/
Dppdc-source.cxx62 cond_current = cond_stack; in ppdcSource()
63 cond_stack[0] = PPDC_COND_NORMAL; in ppdcSource()
2364 if (cond_current != cond_stack) in read_file()
2445 if ((cond_current - cond_stack) >= 100) in scan_file()
2464 if (cond_current == cond_stack) in scan_file()
2488 while (cond_temp > cond_stack) in scan_file()
2499 if (cond_current == cond_stack) in scan_file()
2518 while (cond_temp > cond_stack) in scan_file()
2529 if (cond_current == cond_stack) in scan_file()
2542 while (cond_temp > cond_stack) in scan_file()
Dppdc.h472 cond_stack[101]; // #if state stack variable