HomeSort by relevance Sort by last modified time
    Searched refs:switch_pc (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 286 unsigned switch_pc; member in struct:lp_exec_mask::function_ctx::__anon29400
292 unsigned switch_pc; /* when used points to default or endswitch-1 */ member in struct:lp_exec_mask::function_ctx
lp_bld_tgsi_soa.c 383 if(break_always && ctx->switch_pc) {
384 bld_base->pc = ctx->switch_pc;
543 ctx->switch_stack[ctx->switch_stack_size].switch_pc = ctx->switch_pc;
550 ctx->switch_pc = 0;
567 if (ctx->switch_pc && !ctx->switch_in_default) {
577 assert(bld_base->instructions[ctx->switch_pc - 1].Instruction.Opcode ==
581 bld_base->pc = ctx->switch_pc;
583 * re-purpose switch_pc to point to here again, since we stop execution of
586 ctx->switch_pc = tmp_pc - 1
    [all...]

Completed in 108 milliseconds