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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h 57 class ast_case_label *previous_default; member in struct:glsl_switch_state
ast_to_hir.cpp 6748 state->switch_state.previous_default = NULL;
6879 if (state->switch_state.previous_default && default_case.is_empty()) {
7011 l->after_default = state->switch_state.previous_default != NULL;
7081 if (state->switch_state.previous_default) {
7086 loc = state->switch_state.previous_default->get_location();
7089 state->switch_state.previous_default = this;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 57 class ast_case_label *previous_default; member in struct:glsl_switch_state
ast_to_hir.cpp 6522 state->switch_state.previous_default = NULL;
6650 if (state->switch_state.previous_default && default_case.is_empty()) {
6782 l->after_default = state->switch_state.previous_default != NULL;
6852 if (state->switch_state.previous_default) {
6857 loc = state->switch_state.previous_default->get_location();
6860 state->switch_state.previous_default = this;

Completed in 38 milliseconds