Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h643 char *(*finalize_nir)(struct pipe_screen *screen, void *nir); member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs418 pub fn finalize_nir(&self, nir: &NirShader) -> bool { in finalize_nir() method