Home
last modified time | relevance | path

Searched refs:lower_bit_size (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_bit_size.c243 unsigned lower_bit_size = callback(instr, callback_data); in lower_impl() local
244 if (lower_bit_size == 0) in lower_impl()
249 lower_alu_instr(&b, nir_instr_as_alu(instr), lower_bit_size); in lower_impl()
254 lower_bit_size); in lower_impl()
259 lower_bit_size, last_phi); in lower_impl()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.h122 unsigned lower_bit_size; member
H A Dclc_compiler.c781 if (conf && conf->lower_bit_size & 64) { in clc_spirv_to_dxil()
787 if (conf && conf->lower_bit_size & 16) in clc_spirv_to_dxil()
1112 .lower_int16 = (conf && (conf->lower_bit_size & 16) != 0), in clc_spirv_to_dxil()
H A Dcompute_test.cpp485 conf.lower_bit_size = 64; in run_shader_with_raw_args()

Completed in 5 milliseconds