Searched refs:lower_int16 (Results 1 – 4 of 4) sorted by relevance
48 bool lower_int16; member
4708 unsigned min_bit_size = opts->lower_int16 ? 32 : 16; in lower_bit_size_callback()4733 if (opts->lower_int16) in optimize_nir()4751 NIR_PASS(progress, s, dxil_nir_lower_upcast_phis, opts->lower_int16 ? 32 : 16); in optimize_nir()
167 opts.lower_int16 = !screen->opts4.Native16BitShaderOpsSupported; in compile_nir()
1160 .lower_int16 = (conf && (conf->lower_bit_size & 16) != 0), in clc_spirv_to_dxil()