Home
last modified time | relevance | path

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

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