Home
last modified time | relevance | path

Searched refs:LP_MAX_TGSI_NESTING (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.h68 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];
Dlp_bld_limits.h80 #define LP_MAX_TGSI_NESTING 66 macro
105 return LP_MAX_TGSI_NESTING; in gallivm_get_shader_param()
Dlp_bld_ir_common.c244 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()
Dlp_bld_tgsi_soa.c146 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()