Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_private.h201 struct vtn_function { struct
202 struct list_head link;
204 struct vtn_type *type;
206 bool referenced;
207 bool emitted;
232 list_for_each_entry(struct vtn_function, func, func_list, link) argument