Home
last modified time | relevance | path

Searched defs:min_bit_size (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_idiv_const.c212 nir_opt_idiv_const_impl(nir_function_impl *impl, unsigned min_bit_size) in nir_opt_idiv_const_impl()
251 nir_opt_idiv_const(nir_shader *shader, unsigned min_bit_size) in nir_opt_idiv_const()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1112 upcast_phi_impl(nir_function_impl *impl, unsigned min_bit_size) in upcast_phi_impl()
1146 dxil_nir_lower_upcast_phis(nir_shader *shader, unsigned min_bit_size) in dxil_nir_lower_upcast_phis()
Dnir_to_dxil.c5574 unsigned min_bit_size = opts->lower_int16 ? 32 : 16; in lower_bit_size_callback() local