Searched refs:vtn_case (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 259 struct vtn_case *c = ralloc(b, struct vtn_case); in vtn_add_case() 284 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse) in vtn_order_case() 312 struct vtn_case *swcase, struct vtn_block *switch_break, in vtn_get_branch_type() 334 struct vtn_block *start, struct vtn_case *switch_case, in vtn_cfg_walk_blocks() 539 list_for_each_entry(struct vtn_case, cse, &swtch->cases, link) { in vtn_cfg_walk_blocks() 825 list_for_each_entry(struct vtn_case, cse, &vtn_switch->cases, link) { in vtn_emit_cf_list() 846 list_for_each_entry(struct vtn_case, cse, &vtn_switch->cases, link) { in vtn_emit_cf_list()
|
D | vtn_private.h | 162 struct vtn_case { struct 171 struct vtn_case *fallthrough; argument 209 struct vtn_case *switch_case;
|