Searched defs:vtn_function (Results 1 – 1 of 1) sorted by relevance
262 struct vtn_function { struct263 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 …]