Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_phis_to_scalar.c36 bool lower_all; member
257 lower_phis_to_scalar_impl(nir_function_impl *impl, bool lower_all) in lower_phis_to_scalar_impl()
289 nir_lower_phis_to_scalar(nir_shader *shader, bool lower_all) in nir_lower_phis_to_scalar()
/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dlowering.rs143 fn lower_all<Ast: 'static, Hir>( in lower_all() method