Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.h79 boolean switch_in_default; member
85 boolean switch_in_default; /* if switch exec is currently in default */ member
Dlp_bld_tgsi_soa.c159 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default; in lp_exec_switch()
166 ctx->switch_in_default = false; in lp_exec_switch()
184 if (ctx->switch_pc && !ctx->switch_in_default) { in lp_exec_endswitch()
190 ctx->switch_in_default = true; in lp_exec_endswitch()
208 else if (ctx->switch_pc && ctx->switch_in_default) { in lp_exec_endswitch()
216 ctx->switch_in_default = ctx->switch_stack[ctx->switch_stack_size].switch_in_default; in lp_exec_endswitch()
237 if (!ctx->switch_in_default) { in lp_exec_case()
333 ctx->switch_in_default = true; in lp_exec_default()
Dlp_bld_ir_common.c440 if (ctx->switch_in_default) { in lp_exec_break()