Home
last modified time | relevance | path

Searched refs:previous_default (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h57 class ast_case_label *previous_default; member
Dast_to_hir.cpp6748 state->switch_state.previous_default = NULL; in hir()
6879 if (state->switch_state.previous_default && default_case.is_empty()) { in hir()
7011 l->after_default = state->switch_state.previous_default != NULL; in hir()
7081 if (state->switch_state.previous_default) { in hir()
7086 loc = state->switch_state.previous_default->get_location(); in hir()
7089 state->switch_state.previous_default = this; in hir()