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

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c361 struct vtn_loop *loop = vtn_cf_node_find_loop(cf_parent);
637 struct vtn_loop *loop = rzalloc(b, struct vtn_loop);
1006 vtn_loop_control(struct vtn_builder *b, struct vtn_loop *vtn_loop) argument
1008 if (vtn_loop->control == SpvLoopControlMaskNone)
1010 else if (vtn_loop->control & SpvLoopControlDontUnrollMask)
1012 else if (vtn_loop->control & SpvLoopControlUnrollMask)
1014 else if (vtn_loop->control & SpvLoopControlDependencyInfiniteMask ||
1015 vtn_loop
1143 struct vtn_loop *vtn_loop = vtn_cf_node_as_loop(node); local in function:vtn_emit_cf_list_structured
[all...]
H A Dvtn_private.h163 struct vtn_loop { struct
250 struct vtn_loop *loop;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c487 struct vtn_loop *loop = ralloc(b, struct vtn_loop);
878 vtn_loop_control(struct vtn_builder *b, struct vtn_loop *vtn_loop) argument
880 if (vtn_loop->control == SpvLoopControlMaskNone)
882 else if (vtn_loop->control & SpvLoopControlDontUnrollMask)
884 else if (vtn_loop->control & SpvLoopControlUnrollMask)
886 else if (vtn_loop->control & SpvLoopControlDependencyInfiniteMask ||
887 vtn_loop->control & SpvLoopControlDependencyLengthMask) {
993 struct vtn_loop *vtn_loo local in function:vtn_emit_cf_list
[all...]
H A Dvtn_private.h146 struct vtn_loop { struct
218 struct vtn_loop *loop;

Completed in 9 milliseconds