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.h74 #define LP_MAX_TGSI_NESTING 66 macro
99 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()
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 …]