Mesa (master): r600/sfn: Add number for source components for split_y

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 12 19:37:15 UTC 2021


Module: Mesa
Branch: master
Commit: 0862680e2d94267c452052069e7b9418b39db1c2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0862680e2d94267c452052069e7b9418b39db1c2

Author: Gert Wollny <gert.wollny at collabora.com>
Date:   Sat Nov 28 16:35:23 2020 +0100

r600/sfn: Add number for source components for split_y

Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7824>

---

 src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp b/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp
index a9a89d93223..1a29ea57b8c 100644
--- a/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp
+++ b/src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.cpp
@@ -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:



More information about the mesa-commit mailing list