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_tgsi_soa.c515 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()
518 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default; in lp_exec_switch()
519 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc; in lp_exec_switch()
546 prevmask = ctx->switch_stack[ctx->switch_stack_size - 1].switch_mask; in lp_exec_endswitch()
572 mask->switch_mask = ctx->switch_stack[ctx->switch_stack_size].switch_mask; in lp_exec_endswitch()
573 ctx->switch_val = ctx->switch_stack[ctx->switch_stack_size].switch_val; in lp_exec_endswitch()
574 ctx->switch_mask_default = ctx->switch_stack[ctx->switch_stack_size].switch_mask_default; in lp_exec_endswitch()
575 ctx->switch_in_default = ctx->switch_stack[ctx->switch_stack_size].switch_in_default; in lp_exec_endswitch()
[all …]
Dlp_bld_tgsi.h287 } switch_stack[LP_MAX_TGSI_NESTING]; member