Re: [Mesa-dev] [PATCH] radv: Implement buffer stores with less than 4 components.

2019-01-07 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 12/24/18 3:43 PM, Bas Nieuwenhuizen wrote: We started using it in the btoi paths for r32g32b32, and the LLVM IR checker will complain about it because we end up with intrinsics with the wrong type extension in the name. Fixes: 593996bc02 ("radv: implement buffer

[Mesa-dev] [PATCH] radv: Implement buffer stores with less than 4 components.

2018-12-24 Thread Bas Nieuwenhuizen
We started using it in the btoi paths for r32g32b32, and the LLVM IR checker will complain about it because we end up with intrinsics with the wrong type extension in the name. Fixes: 593996bc02 ("radv: implement buffer to image operations for R32G32B32") --- src/amd/common/ac_nir_to_llvm.c | 19