Searched defs:glsl_switch_state (Results 1 – 1 of 1) sorted by relevance
38 struct glsl_switch_state { struct40 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, ...