HomeSort by: relevance | last modified time | path
    Searched refs:nir_remove_dead_derefs_impl (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_nir_lower_builtin.c 258 nir_remove_dead_derefs_impl(impl);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_nir_lower_builtin.c 243 nir_remove_dead_derefs_impl(impl);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_deref.c 227 nir_remove_dead_derefs_impl(nir_function_impl *impl) function
251 if (function->impl && nir_remove_dead_derefs_impl(function->impl))
nir.h 3370 bool nir_remove_dead_derefs_impl(nir_function_impl *impl);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_deref.c 367 nir_remove_dead_derefs_impl(nir_function_impl *impl) function
391 if (function->impl && nir_remove_dead_derefs_impl(function->impl))
nir.h 4963 bool nir_remove_dead_derefs_impl(nir_function_impl *impl);

Completed in 11 milliseconds