Searched refs:is_break_var (Results 1 – 2 of 2) sorted by relevance
49 ir_variable *is_break_var; member
3454 ir_variable *const is_break_var = state->switch_state.is_break_var; in hir() local3456 new(ctx) ir_dereference_variable(is_break_var); in hir()3578 state->switch_state.is_break_var = new(ctx) ir_variable(glsl_type::bool_type, in hir()3581 instructions->push_tail(state->switch_state.is_break_var); in hir()3584 new(ctx) ir_dereference_variable(state->switch_state.is_break_var); in hir()3660 new(state) ir_dereference_variable(state->switch_state.is_break_var); in hir()