Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_builder.h298 fix_3src_operand(src0), in emit()
299 fix_3src_operand(src1), in emit()
300 fix_3src_operand(src2))); in emit()
559 fix_3src_operand(const src_reg &src) const in fix_3src_operand() function
Dbrw_fs_builder.h329 fix_3src_operand(src0), in emit()
330 fix_3src_operand(src1), in emit()
331 fix_3src_operand(src2))); in emit()
817 fix_3src_operand(const src_reg &src) const in fix_3src_operand() function
Dbrw_vec4_nir.cpp1074 op[i] = fix_3src_operand(op[i]); in fix_float_operands()
1082 op[i] = fix_3src_operand(op[i]); in fix_float_operands()
1095 op[i] = fix_3src_operand(op[i]); in fix_float_operands()
1744 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()
1745 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()
1746 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()
1758 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()
1759 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()
1760 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()
Dbrw_vec4.h243 src_reg fix_3src_operand(const src_reg &src);
Dbrw_vec4_visitor.cpp283 vec4_visitor::fix_3src_operand(const src_reg &src) in fix_3src_operand() function in brw::vec4_visitor
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3825 - intel/compiler: Improve fix_3src_operand()