Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h252 struct vtn_function { struct
253 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;