Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_structured_cfg.c99 struct vtn_construct { struct
100 enum vtn_construct_type type; argument
107 struct vtn_construct *parent; argument
109 struct vtn_construct *innermost_loop; argument
110 struct vtn_construct *innermost_switch; argument
111 struct vtn_construct *innermost_case; argument
113 unsigned start_pos;
114 unsigned end_pos;
138 * vtn_construct_type for an overview. argument
140 nir_loop *nloop;
[all …]