Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu.c145 nir_ssa_def *src1_32 = nir_build_alu(b, upcast_op, src1, NULL, NULL, NULL); in lower_alu_instr() local
146 nir_ssa_def *dest_32 = nir_imul(b, src0_32, src1_32); in lower_alu_instr()