Re: [Mesa-dev] [PATCH 3/3] radv: set FORCE_SIMD_DIST(1) for compute when profitable

2017-12-14 Thread Samuel Pitoiset
On 12/14/2017 08:35 PM, Bas Nieuwenhuizen wrote: Reviewed-by: Bas Nieuwenhuizen Would it make sense to move the compute_resource_limits calculation to pipeline creation time? Yeah, possibly. On Thu, Dec 14, 2017 at 3:51 PM, Samuel Pitoiset

Re: [Mesa-dev] [PATCH 3/3] radv: set FORCE_SIMD_DIST(1) for compute when profitable

2017-12-14 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen Would it make sense to move the compute_resource_limits calculation to pipeline creation time? On Thu, Dec 14, 2017 at 3:51 PM, Samuel Pitoiset wrote: > Ported from RadeonSI. > > Signed-off-by: Samuel Pitoiset

[Mesa-dev] [PATCH 3/3] radv: set FORCE_SIMD_DIST(1) for compute when profitable

2017-12-14 Thread Samuel Pitoiset
Ported from RadeonSI. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_cmd_buffer.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/amd/vulkan/radv_cmd_buffer.c b/src/amd/vulkan/radv_cmd_buffer.c index d6aaff707b..4a048485c8 100644 ---