Home
last modified time | relevance | path

Searched defs:vtn_loop (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h152 struct vtn_loop { struct
153 struct vtn_cf_node node;
156 struct list_head body;
161 struct list_head cont_body;
163 struct vtn_block *header_block;
164 struct vtn_block *cont_block;
165 struct vtn_block *break_block;
167 SpvLoopControlMask control;
Dvtn_cfg.c995 vtn_loop_control(struct vtn_builder *b, struct vtn_loop *vtn_loop) in vtn_loop_control()
1122 struct vtn_loop *vtn_loop = vtn_cf_node_as_loop(node); in vtn_emit_cf_list_structured() local