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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_alu.c142 nir_op downscast_op = nir_type_conversion_op(base_type | 32, base_type | src0->bit_size, nir_rounding_mode_undef); local in function:lower_alu_instr
148 lowered = nir_build_alu(b, downscast_op, dest_shifted, NULL, NULL, NULL);

Completed in 2 milliseconds