Re: [Mesa-dev] [PATCH v2] ac: allow to use vec3 for typed/untyped buffer stores/loads with LLVM 9+

2019-03-28 Thread Bas Nieuwenhuizen
r-b On Tue, Mar 26, 2019, 10:13 AM Samuel Pitoiset wrote: > 27670 shaders in 14347 tests > Totals: > SGPRS: 1231173 -> 1236757 (0.45 %) > VGPRS: 866056 -> 867488 (0.17 %) > Spilled SGPRs: 24201 -> 24169 (-0.13 %) > Code Size: 46134836 -> 46115944 (-0.04 %) bytes > Max Waves: 232287 -> 232070

[Mesa-dev] [PATCH v2] ac: allow to use vec3 for typed/untyped buffer stores/loads with LLVM 9+

2019-03-26 Thread Samuel Pitoiset
27670 shaders in 14347 tests Totals: SGPRS: 1231173 -> 1236757 (0.45 %) VGPRS: 866056 -> 867488 (0.17 %) Spilled SGPRs: 24201 -> 24169 (-0.13 %) Code Size: 46134836 -> 46115944 (-0.04 %) bytes Max Waves: 232287 -> 232070 (-0.09 %) Totals from affected shaders: SGPRS: 247624 -> 253208 (2.26 %)