Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h279 enum lp_exec_mask_break_type break_type; member
Dlp_bld_tgsi_soa.c333 ctx->break_type; in lp_exec_bgnloop()
334 ctx->break_type = LP_EXEC_MASK_BREAK_TYPE_LOOP; in lp_exec_bgnloop()
361 if (ctx->break_type == LP_EXEC_MASK_BREAK_TYPE_LOOP) { in lp_exec_break()
415 if (ctx->break_type == LP_EXEC_MASK_BREAK_TYPE_LOOP) { in lp_exec_break_condition()
518 ctx->break_type = ctx->break_type_stack[ctx->loop_stack_size + in lp_exec_endloop()
536 ctx->break_type; in lp_exec_switch()
537 ctx->break_type = LP_EXEC_MASK_BREAK_TYPE_SWITCH; in lp_exec_switch()
602 ctx->break_type = ctx->break_type_stack[ctx->loop_stack_size + ctx->switch_stack_size]; in lp_exec_endswitch()