Searched refs:LP_MAX_TGSI_NESTING (Results 1 – 3 of 3) sorted by relevance
74 #define LP_MAX_TGSI_NESTING 66 macro99 return LP_MAX_TGSI_NESTING; in gallivm_get_shader_param()
274 LLVMValueRef cond_stack[LP_MAX_TGSI_NESTING];278 enum lp_exec_mask_break_type break_type_stack[LP_MAX_TGSI_NESTING];287 } switch_stack[LP_MAX_TGSI_NESTING];302 } loop_stack[LP_MAX_TGSI_NESTING];
272 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING) { in lp_exec_mask_cond_push()296 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING) in lp_exec_mask_cond_invert()316 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING) in lp_exec_mask_cond_pop()327 if (ctx->loop_stack_size >= LP_MAX_TGSI_NESTING) { in lp_exec_bgnloop()436 if (ctx->loop_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_endloop()505 if (ctx->switch_stack_size >= LP_MAX_TGSI_NESTING || in lp_exec_switch()506 ctx->loop_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_switch()537 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_endswitch()591 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_case()623 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in default_analyse_is_last()[all …]