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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c572 struct vtn_if *if_stmt = ralloc(b, struct vtn_if);
896 vtn_selection_control(struct vtn_builder *b, struct vtn_if *vtn_if) argument
898 if (vtn_if->control == SpvSelectionControlMaskNone)
900 else if (vtn_if->control & SpvSelectionControlDontFlattenMask)
902 else if (vtn_if->control & SpvSelectionControlFlattenMask)
954 struct vtn_if *vtn_if = (struct vtn_if *)nod local in function:vtn_emit_cf_list
[all...]
H A Dvtn_private.h160 struct vtn_if { struct
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c436 struct vtn_if *if_stmt = vtn_cf_node_as_if(node);
725 struct vtn_if *if_stmt = rzalloc(b, struct vtn_if);
1029 vtn_selection_control(struct vtn_builder *b, struct vtn_if *vtn_if) argument
1031 if (vtn_if->control == SpvSelectionControlMaskNone)
1033 else if (vtn_if->control & SpvSelectionControlDontFlattenMask)
1035 else if (vtn_if->control & SpvSelectionControlFlattenMask)
1092 struct vtn_if *vtn_if local in function:vtn_emit_cf_list_structured
[all...]
H A Dvtn_private.h181 struct vtn_if { struct

Completed in 8 milliseconds