Searched defs:glsl_switch_state (Results 1 – 1 of 1) sorted by relevance
45 struct glsl_switch_state { struct47 ir_variable *test_var;48 ir_variable *is_fallthru_var;49 class ast_switch_statement *switch_nesting_ast;52 ir_variable *continue_inside;55 ir_variable *run_default;58 struct hash_table *labels_ht;59 class ast_case_label *previous_default;61 bool is_switch_innermost; // if switch stmt is closest to break, ...