Searched defs:glsl_switch_state (Results 1 – 1 of 1) sorted by relevance
43 struct glsl_switch_state { struct45 ir_variable *test_var;46 ir_variable *is_fallthru_var;47 class ast_switch_statement *switch_nesting_ast;50 ir_variable *continue_inside;53 ir_variable *run_default;56 struct hash_table *labels_ht;57 class ast_case_label *previous_default;59 bool is_switch_innermost; // if switch stmt is closest to break, ...