HomeSort by: relevance | last modified time | path
    Searched refs:switch_state (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_to_hir.cpp 6546 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.previous_default = NULL
    [all...]
glsl_parser_extras.h 633 struct glsl_switch_state switch_state; member in struct:_mesa_glsl_parse_state
glsl_parser_extras.cpp 65 switch_state(), warnings_enabled(true)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_to_hir.cpp 6345 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.previous_default = NULL
    [all...]
glsl_parser_extras.h 621 struct glsl_switch_state switch_state; member in struct:_mesa_glsl_parse_state
glsl_parser_extras.cpp 65 switch_state(), warnings_enabled(true)

Completed in 16 milliseconds