Searched defs:nir_function (Results 1 – 2 of 2) sorted by relevance
559 pub fn function<'a>(&'a self) -> &'a nir_function { in function()564 impl nir_function { impl571 pub fn iter_functions(&self) -> ExecListIter<nir_function> { in iter_functions()
3596 typedef struct nir_function { struct3610 * nir_function_set_impl to maintain IR invariants. argument3612 nir_function_impl *impl; argument3614 bool is_entrypoint;3616 bool is_exported;3617 bool is_preamble;3619 bool should_inline;3620 bool dont_inline; /* from SPIR-V */3625 unsigned workgroup_size[3];3651 } nir_function; argument