Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_functions.c537 nir_cleanup_functions(nir_shader *nir) in nir_cleanup_functions() function
Dnir.h5552 void nir_cleanup_functions(nir_shader *shader);
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
Dnir.rs281 unsafe { nir_cleanup_functions(self.nir.as_ptr()) }; in cleanup_functions()