Searched refs:cond_stack (Results 1 – 5 of 5) sorted by relevance
114 int cond_stack = 0; in tgsi_transform_shader() local191 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()
366 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()
68 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING]; member
62 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()
472 cond_stack[101]; // #if state stack variable