Searched refs:mul_dst (Results 1 – 2 of 2) sorted by relevance
1820 dst_reg mul_dst = dst_reg(this, glsl_type::dvec4_type); in nir_emit_alu() local1821 emit(MUL(mul_dst, op[1], op[0])); in nir_emit_alu()1822 inst = emit(ADD(dst, src_reg(mul_dst), op[2])); in nir_emit_alu()
2524 dst_reg mul_dst = dst_reg(this, glsl_type::dvec4_type); in lower_64bit_mad_to_mul_add() local2531 mul->dst = mul_dst; in lower_64bit_mad_to_mul_add()2538 add->src[0] = src_reg(mul_dst); in lower_64bit_mad_to_mul_add()