Searched refs:LP_MAX_TGSI_NESTING (Results 1 – 4 of 4) sorted by relevance
68 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING];72 enum lp_exec_mask_break_type break_type_stack[LP_MAX_TGSI_NESTING];81 } switch_stack[LP_MAX_TGSI_NESTING];96 } loop_stack[LP_MAX_TGSI_NESTING];
80 #define LP_MAX_TGSI_NESTING 66 macro105 return LP_MAX_TGSI_NESTING; in gallivm_get_shader_param()
244 if (ctx->loop_stack_size >= LP_MAX_TGSI_NESTING) { in lp_exec_bgnloop()287 if (ctx->loop_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_endloop()359 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING) { in lp_exec_mask_cond_push()383 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING) in lp_exec_mask_cond_invert()403 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING) in lp_exec_mask_cond_pop()
146 if (ctx->switch_stack_size >= LP_MAX_TGSI_NESTING || in lp_exec_switch()147 ctx->loop_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_switch()178 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_endswitch()232 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_case()264 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in default_analyse_is_last()311 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_default()