Home
last modified time | relevance | path

Searched defs:glsl_switch_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h38 struct glsl_switch_state { struct
40 ir_variable *test_var;
41 ir_variable *is_fallthru_var;
42 class ast_switch_statement *switch_nesting_ast;
45 ir_variable *continue_inside;
48 ir_variable *run_default;
51 struct hash_table *labels_ht;
52 class ast_case_label *previous_default;
54 bool is_switch_innermost; // if switch stmt is closest to break, ...