Searched refs:fix_3src_operand (Results 1 – 5 of 5) sorted by relevance
298 fix_3src_operand(src0), in emit()299 fix_3src_operand(src1), in emit()300 fix_3src_operand(src2))); in emit()547 fix_3src_operand(const src_reg &src) const in fix_3src_operand() function
332 fix_3src_operand(src0), in emit()333 fix_3src_operand(src1), in emit()334 fix_3src_operand(src2))); in emit()606 fix_3src_operand(const src_reg &src) const in fix_3src_operand() function
1784 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()1785 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()1786 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()1798 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()1799 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()1800 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()1899 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()1900 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()1901 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()
282 vec4_visitor::fix_3src_operand(const src_reg &src) in fix_3src_operand() function in brw::vec4_visitor742 return emit(LRP(dst, fix_3src_operand(a), fix_3src_operand(y), in emit_lrp()743 fix_3src_operand(x))); in emit_lrp()
249 src_reg fix_3src_operand(const src_reg &src);