Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/rust/
Dnir.rs559 pub fn function<'a>(&'a self) -> &'a nir_function { in function()
564 impl nir_function { impl
571 pub fn iter_functions(&self) -> ExecListIter<nir_function> { in iter_functions()
/external/mesa3d/src/compiler/nir/
Dnir.h3596 typedef struct nir_function { struct
3610 * nir_function_set_impl to maintain IR invariants. argument
3612 nir_function_impl *impl; argument
3614 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