Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs580 pub fn function<'a>(&'a self) -> &'a nir_function { in function()
585 impl nir_function { impl
592 pub fn iter_functions(&self) -> ExecListIter<nir_function> { in iter_functions()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h3617 typedef struct nir_function { struct
3631 * nir_function_set_impl to maintain IR invariants. argument
3633 nir_function_impl *impl; argument
3635 bool is_entrypoint;
3659 } nir_function; argument