Re: [Mesa-dev] [PATCH] radv: Use structured intrinsics instead of indexing workaround for GFX9.

2018-11-19 Thread Samuel Pitoiset
On 11/16/18 10:30 PM, Bas Nieuwenhuizen wrote: On Fri, Nov 16, 2018 at 9:34 AM Samuel Pitoiset wrote: On 11/12/18 10:51 PM, Bas Nieuwenhuizen wrote: These force the index to be used in the instruction so we don't need the workaround. Totals: SGPRS: 1321642 -> 1321802 (0.01 %) VGPRS:

Re: [Mesa-dev] [PATCH] radv: Use structured intrinsics instead of indexing workaround for GFX9.

2018-11-16 Thread Bas Nieuwenhuizen
On Fri, Nov 16, 2018 at 9:34 AM Samuel Pitoiset wrote: > > > > On 11/12/18 10:51 PM, Bas Nieuwenhuizen wrote: > > These force the index to be used in the instruction so we don't need the > > workaround. > > > > Totals: > > SGPRS: 1321642 -> 1321802 (0.01 %) > > VGPRS: 943664 -> 943788 (0.01 %) >

Re: [Mesa-dev] [PATCH] radv: Use structured intrinsics instead of indexing workaround for GFX9.

2018-11-16 Thread Samuel Pitoiset
On 11/12/18 10:51 PM, Bas Nieuwenhuizen wrote: These force the index to be used in the instruction so we don't need the workaround. Totals: SGPRS: 1321642 -> 1321802 (0.01 %) VGPRS: 943664 -> 943788 (0.01 %) Spilled SGPRs: 28468 -> 28480 (0.04 %) Spilled VGPRs: 88 -> 89 (1.14 %) Private