Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c264 struct vtn_loop *loop = ralloc(b, struct vtn_loop); in vtn_cfg_walk_blocks()
659 struct vtn_loop *vtn_loop = (struct vtn_loop *)node; in vtn_emit_cf_list() local
665 vtn_emit_cf_list(b, &vtn_loop->body, NULL, NULL, handler); in vtn_emit_cf_list()
667 if (!list_empty(&vtn_loop->cont_body)) { in vtn_emit_cf_list()
684 vtn_emit_cf_list(b, &vtn_loop->cont_body, NULL, NULL, handler); in vtn_emit_cf_list()
Dvtn_private.h75 struct vtn_loop { struct
147 struct vtn_loop *loop;