Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.h81 } switch_stack[LP_MAX_TGSI_NESTING]; member
Dlp_bld_tgsi_soa.c156 ctx->switch_stack[ctx->switch_stack_size].switch_mask = mask->switch_mask; in lp_exec_switch()
157 ctx->switch_stack[ctx->switch_stack_size].switch_val = ctx->switch_val; in lp_exec_switch()
158 ctx->switch_stack[ctx->switch_stack_size].switch_mask_default = ctx->switch_mask_default; in lp_exec_switch()
159 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default; in lp_exec_switch()
160 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc; in lp_exec_switch()
187 prevmask = ctx->switch_stack[ctx->switch_stack_size - 1].switch_mask; in lp_exec_endswitch()
213 mask->switch_mask = ctx->switch_stack[ctx->switch_stack_size].switch_mask; in lp_exec_endswitch()
214 ctx->switch_val = ctx->switch_stack[ctx->switch_stack_size].switch_val; in lp_exec_endswitch()
215 ctx->switch_mask_default = ctx->switch_stack[ctx->switch_stack_size].switch_mask_default; in lp_exec_endswitch()
216 ctx->switch_in_default = ctx->switch_stack[ctx->switch_stack_size].switch_in_default; in lp_exec_endswitch()
[all …]