Home
last modified time | relevance | path

Searched refs:switch_stack_size (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c147 if (ctx->switch_stack_size > 0) in mask_has_switch()
184 ctx->switch_stack_size = 0; in lp_exec_mask_function_init()
332 ctx->break_type_stack[ctx->loop_stack_size + ctx->switch_stack_size] = in lp_exec_bgnloop()
495 ctx->switch_stack_size]; in lp_exec_endloop()
505 if (ctx->switch_stack_size >= LP_MAX_TGSI_NESTING || in lp_exec_switch()
507 ctx->switch_stack_size++; in lp_exec_switch()
511 ctx->break_type_stack[ctx->loop_stack_size + ctx->switch_stack_size] = in lp_exec_switch()
515 ctx->switch_stack[ctx->switch_stack_size].switch_mask = mask->switch_mask; in lp_exec_switch()
516 ctx->switch_stack[ctx->switch_stack_size].switch_val = ctx->switch_val; in lp_exec_switch()
517 ctx->switch_stack[ctx->switch_stack_size].switch_mask_default = ctx->switch_mask_default; in lp_exec_switch()
[all …]
Dlp_bld_tgsi.h288 int switch_stack_size; member