Searched refs:switch_pc (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.h80 unsigned switch_pc; member in struct:lp_exec_mask::function_ctx::__anona3ef9f1d0108
86 unsigned switch_pc; /* when used points to default or endswitch-1 */ member in struct:lp_exec_mask::function_ctx
H A Dlp_bld_ir_common.c447 if(break_always && ctx->switch_pc) {
449 *pc = ctx->switch_pc;
H A Dlp_bld_tgsi_soa.c160 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc;
167 ctx->switch_pc = 0;
184 if (ctx->switch_pc && !ctx->switch_in_default) {
194 assert(bld_base->instructions[ctx->switch_pc - 1].Instruction.Opcode ==
198 bld_base->pc = ctx->switch_pc;
200 * re-purpose switch_pc to point to here again, since we stop execution of
203 ctx->switch_pc = tmp_pc - 1;
208 else if (ctx->switch_pc && ctx->switch_in_default) {
209 assert(bld_base->pc == ctx->switch_pc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h286 unsigned switch_pc; member in struct:lp_exec_mask::function_ctx::__anon09ae50de0208
292 unsigned switch_pc; /* when used points to default or endswitch-1 */ member in struct:lp_exec_mask::function_ctx
H A Dlp_bld_tgsi_soa.c385 if(break_always && ctx->switch_pc) {
386 bld_base->pc = ctx->switch_pc;
521 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc;
528 ctx->switch_pc = 0;
545 if (ctx->switch_pc && !ctx->switch_in_default) {
555 assert(bld_base->instructions[ctx->switch_pc - 1].Instruction.Opcode ==
559 bld_base->pc = ctx->switch_pc;
561 * re-purpose switch_pc to point to here again, since we stop execution of
564 ctx->switch_pc
[all...]

Completed in 10 milliseconds