HomeSort by relevance Sort by last modified time
    Searched refs:vtn_case (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/spirv/
vtn_private.h 103 struct vtn_case { struct
112 struct vtn_case *fallthrough;
150 struct vtn_case *switch_case;
vtn_cfg.c 181 struct vtn_case *c = ralloc(b, struct vtn_case);
206 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse)
233 struct vtn_case *swcase, struct vtn_block *switch_break,
255 struct vtn_block *start, struct vtn_case *switch_case,
425 list_for_each_entry(struct vtn_case, cse, &swtch->cases, link) {
719 list_for_each_entry(struct vtn_case, cse, &vtn_switch->cases, link) {
740 list_for_each_entry(struct vtn_case, cse, &vtn_switch->cases, link) {

Completed in 418 milliseconds