Home
last modified time | relevance | path

Searched refs:nir_cleanup_functions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_functions.c518 nir_cleanup_functions(nir_shader *nir) in nir_cleanup_functions() function
H A Dnir.h5460 void nir_cleanup_functions(nir_shader *shader);
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
H A Dnir.rs278 unsafe { nir_cleanup_functions(self.nir.as_ptr()) }; in cleanup_functions()