aco: fix p_interp_gfx11 comment
authorGeorg Lehmann <dadschoorse@gmail.com>
Fri, 24 Mar 2023 12:45:16 +0000 (13:45 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 27 Mar 2023 15:09:21 +0000 (15:09 +0000)
It no longer uses a tmp exec and scc.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22107>

src/amd/compiler/aco_opcodes.py

index 9984119..3f1fcd2 100644 (file)
@@ -348,8 +348,8 @@ opcode("p_init_scratch")
 opcode("p_jump_to_epilog")
 
 # loads and interpolates a fragment shader input with a correct exec mask
-#dst0=result, dst1=exec_tmp, dst2=clobber_scc, src0=linear_vgpr, src1=attribute, src2=component, src3=coord1, src4=coord2, src5=m0
-#dst0=result, dst1=exec_tmp, dst2=clobber_scc, src0=linear_vgpr, src1=attribute, src2=component, src3=dpp_ctrl, src4=m0
+#dst0=result, src0=linear_vgpr, src1=attribute, src2=component, src3=coord1, src4=coord2, src5=m0
+#dst0=result, src0=linear_vgpr, src1=attribute, src2=component, src3=dpp_ctrl, src4=m0
 opcode("p_interp_gfx11")
 
 # performs dual source MRTs swizzling and emits exports on GFX11