Home
last modified time | relevance | path

Searched defs:glsl_switch_state (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h45 struct glsl_switch_state { struct
47 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, ...