Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h285 boolean switch_in_default; member
291 boolean switch_in_default; /* if switch exec is currently in default */ member
Dlp_bld_tgsi_soa.c376 if (ctx->switch_in_default) { in lp_exec_break()
518 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default; in lp_exec_switch()
525 ctx->switch_in_default = false; in lp_exec_switch()
543 if (ctx->switch_pc && !ctx->switch_in_default) { in lp_exec_endswitch()
549 ctx->switch_in_default = true; in lp_exec_endswitch()
567 else if (ctx->switch_pc && ctx->switch_in_default) { in lp_exec_endswitch()
575 ctx->switch_in_default = ctx->switch_stack[ctx->switch_stack_size].switch_in_default; in lp_exec_endswitch()
596 if (!ctx->switch_in_default) { in lp_exec_case()
690 ctx->switch_in_default = true; in lp_exec_default()