Searched refs:vtn_switch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c391 vtn_add_case(struct vtn_builder *b, struct vtn_switch *swtch,
428 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse)
651 struct vtn_switch *swtch = ralloc(b, struct vtn_switch);
854 vtn_switch_case_condition(struct vtn_builder *b, struct vtn_switch *swtch,
1030 struct vtn_switch *vtn_switch = (struct vtn_switch *)node; local in function:vtn_emit_cf_list
1040 nir_ssa_def *sel = vtn_ssa_value(b, vtn_switch->selector)->def;
1043 list_for_each_entry(struct vtn_case, cse, &vtn_switch
[all...]
H A Dvtn_private.h195 struct vtn_switch { struct
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c292 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse)
318 vtn_switch_order_cases(struct vtn_switch *swtch)
374 * cf_parent is the vtn_switch itself and vtn_cf_node_find_case() will
455 struct vtn_switch *swtch = vtn_cf_node_find_switch(cf_parent);
498 struct vtn_switch *swtch,
767 struct vtn_switch *swtch = rzalloc(b, struct vtn_switch);
983 vtn_switch_case_condition(struct vtn_builder *b, struct vtn_switch *swtch,
1179 struct vtn_switch *vtn_switch local in function:vtn_emit_cf_list_structured
[all...]
H A Dvtn_private.h217 struct vtn_switch { struct

Completed in 7 milliseconds