Searched refs:switch_state (Results 1 – 3 of 3) sorted by relevance
6248 state->switch_state.switch_nesting_ast == NULL) { in hir()6260 mode == ast_continue && !state->switch_state.is_switch_innermost) { in hir()6271 if (state->switch_state.is_switch_innermost && in hir()6276 new(ctx) ir_dereference_variable(state->switch_state.continue_inside); in hir()6286 } else if (state->switch_state.is_switch_innermost && in hir()6418 struct glsl_switch_state saved = state->switch_state; in hir()6420 state->switch_state.is_switch_innermost = true; in hir()6421 state->switch_state.switch_nesting_ast = this; in hir()6422 state->switch_state.labels_ht = in hir()6425 state->switch_state.previous_default = NULL; in hir()[all …]
590 struct glsl_switch_state switch_state; member
66 switch_state() in _mesa_glsl_parse_state()