Searched refs:vtn_case (Results 1 – 3 of 3) sorted by relevance
279 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse) in vtn_order_case()311 struct vtn_case *cse = in vtn_switch_order_cases()312 list_first_entry(&cases, struct vtn_case, node.link); in vtn_switch_order_cases()366 struct vtn_case *switch_case = vtn_cf_node_find_case(cf_parent); in VTN_DECL_CF_NODE_FIND()522 struct vtn_case *cse; in vtn_parse_switch()526 cse = rzalloc(b, struct vtn_case); in vtn_parse_switch()783 struct vtn_case *cse = vtn_cf_node_as_case(case_node); in vtn_process_block()973 nir_ssa_def *sel, struct vtn_case *cse) in vtn_switch_case_condition()978 struct vtn_case *other = vtn_cf_node_as_case(other_node); in vtn_switch_case_condition()1179 struct vtn_case *cse = vtn_cf_node_as_case(case_node); in vtn_emit_cf_list_structured()[all …]
186 struct vtn_case { struct195 struct vtn_case *fallthrough; argument243 struct vtn_case *switch_case;
2443 - spirv: Make vtn_case a vtn_cf_node