Searched defs:vtn_function (Results 1 – 1 of 1) sorted by relevance
252 struct vtn_function { struct253 struct vtn_cf_node node;255 struct vtn_type *type;257 bool referenced;258 bool emitted;260 nir_function_impl *impl;261 struct vtn_block *start_block;263 struct list_head body;265 const uint32_t *end;267 SpvFunctionControlMask control;