r600/sfn: Add number for source components for split_y

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7824>
This commit is contained in:
Gert Wollny
2020-11-28 16:35:23 +01:00
committed by Marge Bot
parent de4e4980d8
commit 0862680e2d

View File

@@ -232,6 +232,7 @@ unsigned EmitAluInstruction::num_src_comp(const nir_alu_instr& instr)
case nir_op_ball_iequal2:
case nir_op_bany_fnequal2:
case nir_op_ball_fequal2:
case nir_op_unpack_64_2x32_split_y:
return 2;
case nir_op_fdot3: