Searched refs:switch_state (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp6546 state->switch_state.switch_nesting_ast == NULL) {
6558 mode == ast_continue && !state->switch_state.is_switch_innermost) {
6569 if (state->switch_state.is_switch_innermost &&
6574 new(ctx) ir_dereference_variable(state->switch_state.continue_inside);
6584 } else if (state->switch_state.is_switch_innermost &&
6741 struct glsl_switch_state saved = state->switch_state;
6743 state->switch_state.is_switch_innermost = true;
6744 state->switch_state.switch_nesting_ast = this;
6745 state->switch_state.labels_ht =
6748 state->switch_state
[all...]
H A Dglsl_parser_extras.h633 struct glsl_switch_state switch_state; member in struct:_mesa_glsl_parse_state
H A Dglsl_parser_extras.cpp65 switch_state(), warnings_enabled(true)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp6345 state->switch_state.switch_nesting_ast == NULL) {
6357 mode == ast_continue && !state->switch_state.is_switch_innermost) {
6368 if (state->switch_state.is_switch_innermost &&
6373 new(ctx) ir_dereference_variable(state->switch_state.continue_inside);
6383 } else if (state->switch_state.is_switch_innermost &&
6515 struct glsl_switch_state saved = state->switch_state;
6517 state->switch_state.is_switch_innermost = true;
6518 state->switch_state.switch_nesting_ast = this;
6519 state->switch_state.labels_ht =
6522 state->switch_state
[all...]
H A Dglsl_parser_extras.h621 struct glsl_switch_state switch_state; member in struct:_mesa_glsl_parse_state
H A Dglsl_parser_extras.cpp65 switch_state(), warnings_enabled(true)

Completed in 28 milliseconds