Home
last modified time | relevance | path

Searched refs:lower_int16 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.h48 bool lower_int16; member
Dnir_to_dxil.c4708 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()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp167 opts.lower_int16 = !screen->opts4.Native16BitShaderOpsSupported; in compile_nir()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c1160 .lower_int16 = (conf && (conf->lower_bit_size & 16) != 0), in clc_spirv_to_dxil()