Searched refs:switch_state (Results 1 – 3 of 3) sorted by relevance
6546 state->switch_state.switch_nesting_ast == NULL) { in hir()6558 mode == ast_continue && !state->switch_state.is_switch_innermost) { in hir()6569 if (state->switch_state.is_switch_innermost && in hir()6574 new(ctx) ir_dereference_variable(state->switch_state.continue_inside); in hir()6584 } else if (state->switch_state.is_switch_innermost && in hir()6741 struct glsl_switch_state saved = state->switch_state; in hir()6743 state->switch_state.is_switch_innermost = true; in hir()6744 state->switch_state.switch_nesting_ast = this; in hir()6745 state->switch_state.labels_ht = in hir()6748 state->switch_state.previous_default = NULL; in hir()[all …]
633 struct glsl_switch_state switch_state; member
65 switch_state(), warnings_enabled(true) in _mesa_glsl_parse_state()