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

  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 169 vtn_add_case(struct vtn_builder *b, struct vtn_switch *swtch,
206 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse)
405 struct vtn_switch *swtch = ralloc(b, struct vtn_switch);
697 struct vtn_switch *vtn_switch = (struct vtn_switch *)node; local
711 const int num_cases = list_length(&vtn_switch->cases);
714 nir_ssa_def *sel = vtn_ssa_value(b, vtn_switch->selector)->def;
719 list_for_each_entry(struct vtn_case, cse, &vtn_switch->cases, link)
    [all...]
vtn_private.h 124 struct vtn_switch { struct

Completed in 51 milliseconds