Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_limits.h76 #define LP_MAX_TGSI_NESTING 66 macro
101 return LP_MAX_TGSI_NESTING; in gallivm_get_shader_param()
Dlp_bld_tgsi.h274 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];
Dlp_bld_tgsi_soa.c272 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()
460 if (ctx->loop_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_endloop()
529 if (ctx->switch_stack_size >= LP_MAX_TGSI_NESTING || in lp_exec_switch()
530 ctx->loop_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_switch()
561 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_endswitch()
615 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in lp_exec_case()
647 if (ctx->switch_stack_size > LP_MAX_TGSI_NESTING) { in default_analyse_is_last()
[all …]