Searched refs:switch_stack (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.h81 } switch_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask::function_ctx
H A Dlp_bld_tgsi_soa.c156 ctx->switch_stack[ctx->switch_stack_size].switch_mask = mask->switch_mask;
157 ctx->switch_stack[ctx->switch_stack_size].switch_val = ctx->switch_val;
158 ctx->switch_stack[ctx->switch_stack_size].switch_mask_default = ctx->switch_mask_default;
159 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default;
160 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc;
187 prevmask = ctx->switch_stack[ctx->switch_stack_size - 1].switch_mask;
213 mask->switch_mask = ctx->switch_stack[ctx->switch_stack_size].switch_mask;
214 ctx->switch_val = ctx->switch_stack[ctx->switch_stack_size].switch_val;
215 ctx->switch_mask_default = ctx->switch_stack[ctx->switch_stack_size].switch_mask_default;
216 ctx->switch_in_default = ctx->switch_stack[ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c517 ctx->switch_stack[ctx->switch_stack_size].switch_mask = mask->switch_mask;
518 ctx->switch_stack[ctx->switch_stack_size].switch_val = ctx->switch_val;
519 ctx->switch_stack[ctx->switch_stack_size].switch_mask_default = ctx->switch_mask_default;
520 ctx->switch_stack[ctx->switch_stack_size].switch_in_default = ctx->switch_in_default;
521 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc;
548 prevmask = ctx->switch_stack[ctx->switch_stack_size - 1].switch_mask;
574 mask->switch_mask = ctx->switch_stack[ctx->switch_stack_size].switch_mask;
575 ctx->switch_val = ctx->switch_stack[ctx->switch_stack_size].switch_val;
576 ctx->switch_mask_default = ctx->switch_stack[ctx->switch_stack_size].switch_mask_default;
577 ctx->switch_in_default = ctx->switch_stack[ct
[all...]
H A Dlp_bld_tgsi.h287 } switch_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask::function_ctx

Completed in 10 milliseconds