Searched defs:glsl_switch_state (Results 1 – 1 of 1) sorted by relevance
39 struct glsl_switch_state { struct41 ir_variable *test_var;42 ir_variable *is_fallthru_var;43 class ast_switch_statement *switch_nesting_ast;46 ir_variable *continue_inside;49 ir_variable *run_default;52 struct hash_table *labels_ht;53 class ast_case_label *previous_default;55 bool is_switch_innermost; // if switch stmt is closest to break, ...