Home
last modified time | relevance | path

Searched refs:vtn_case (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c327 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse) in vtn_order_case()
359 struct vtn_case *cse = in vtn_switch_order_cases()
360 list_first_entry(&cases, struct vtn_case, node.link); in vtn_switch_order_cases()
414 struct vtn_case *switch_case = vtn_cf_node_find_case(cf_parent); in VTN_DECL_CF_NODE_FIND()
570 struct vtn_case *cse; in vtn_parse_switch()
574 cse = rzalloc(b, struct vtn_case); in vtn_parse_switch()
826 struct vtn_case *cse = vtn_cf_node_as_case(case_node); in vtn_process_block()
1024 nir_ssa_def *sel, struct vtn_case *cse) in vtn_switch_case_condition()
1029 struct vtn_case *other = vtn_cf_node_as_case(other_node); in vtn_switch_case_condition()
1241 struct vtn_case *cse = vtn_cf_node_as_case(case_node); in vtn_emit_cf_list_structured()
[all …]
Dvtn_private.h196 struct vtn_case { struct
205 struct vtn_case *fallthrough; argument
253 struct vtn_case *switch_case;
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2443 - spirv: Make vtn_case a vtn_cf_node