Home
last modified time | relevance | path

Searched refs:break_type (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.c250 ctx->break_type; in lp_exec_bgnloop()
251 ctx->break_type = LP_EXEC_MASK_BREAK_TYPE_LOOP; in lp_exec_bgnloop()
347 ctx->break_type = ctx->break_type_stack[ctx->loop_stack_size + in lp_exec_endloop()
430 if (ctx->break_type == LP_EXEC_MASK_BREAK_TYPE_LOOP) { in lp_exec_break()
Dlp_bld_ir_common.h73 enum lp_exec_mask_break_type break_type; member
Dlp_bld_tgsi_soa.c153 ctx->break_type; in lp_exec_switch()
154 ctx->break_type = LP_EXEC_MASK_BREAK_TYPE_SWITCH; in lp_exec_switch()
219 ctx->break_type = ctx->break_type_stack[ctx->loop_stack_size + ctx->switch_stack_size]; in lp_exec_endswitch()