Searched refs:upcast_op (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_alu.c | 141 …nir_op upcast_op = nir_type_conversion_op(base_type | src0->bit_size, base_type | 32, nir_rounding… in lower_alu_instr() local 144 nir_ssa_def *src0_32 = nir_build_alu(b, upcast_op, src0, NULL, NULL, NULL); in lower_alu_instr() 145 nir_ssa_def *src1_32 = nir_build_alu(b, upcast_op, src1, NULL, NULL, NULL); in lower_alu_instr()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 1081 nir_op upcast_op = nir_type_conversion_op(nir_type_uint | old_bit_size, in cast_phi() local 1094 nir_ssa_def *cast = nir_build_alu(b, upcast_op, src->src.ssa, NULL, NULL, NULL); in cast_phi()
|