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 ir_variable *is_break_var;50 class ast_switch_statement *switch_nesting_ast;53 struct hash_table *labels_ht;54 class ast_case_label *previous_default;56 bool is_switch_innermost; // if switch stmt is closest to break, ...