From: Georg Lehmann Date: Fri, 24 Mar 2023 12:45:16 +0000 (+0100) Subject: aco: fix p_interp_gfx11 comment X-Git-Tag: upstream/23.3.3~11009 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e9ea154849ebe19b96a243b9716bd264545bf8b;p=platform%2Fupstream%2Fmesa.git aco: fix p_interp_gfx11 comment It no longer uses a tmp exec and scc. Reviewed-by: Rhys Perry Part-of: --- diff --git a/src/amd/compiler/aco_opcodes.py b/src/amd/compiler/aco_opcodes.py index 9984119..3f1fcd2 100644 --- a/src/amd/compiler/aco_opcodes.py +++ b/src/amd/compiler/aco_opcodes.py @@ -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