Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h262 struct vtn_function { struct
263 struct vtn_cf_node node;
265 struct vtn_type *type;
267 bool referenced;
268 bool emitted;
270 nir_function *nir_func;
271 struct vtn_block *start_block;
273 struct list_head body;
275 const uint32_t *end;
277 SpvLinkageType linkage;
[all …]