Searched refs:mul_dst (Results 1 – 2 of 2) sorted by relevance
2222 dst_reg mul_dst = dst_reg(this, glsl_type::dvec4_type); in lower_64bit_mad_to_mul_add() local2229 mul->dst = mul_dst; in lower_64bit_mad_to_mul_add()2236 add->src[0] = src_reg(mul_dst); in lower_64bit_mad_to_mul_add()
1839 dst_reg mul_dst = dst_reg(this, glsl_type::dvec4_type); in nir_emit_alu() local1840 emit(MUL(mul_dst, op[1], op[0])); in nir_emit_alu()1841 inst = emit(ADD(dst, src_reg(mul_dst), op[2])); in nir_emit_alu()