Re: [Mesa-dev] [PATCH] radv: fix descriptor pool allocation size

2018-09-18 Thread Samuel Pitoiset
On 9/18/18 5:20 PM, Gustaw Smolarczyk wrote: pt., 14 wrz 2018 o 15:00 Bas Nieuwenhuizen napisał(a): Reviewed-by: Bas Nieuwenhuizen On Fri, Sep 14, 2018 at 2:55 PM Samuel Pitoiset wrote: The size has to be multiplied by the number of sets. This gets rid of the OUT_OF_POOL_KHR error and

Re: [Mesa-dev] [PATCH] radv: fix descriptor pool allocation size

2018-09-18 Thread Bas Nieuwenhuizen
On Tue, 18 Sep 2018, 17:21 Gustaw Smolarczyk, wrote: > pt., 14 wrz 2018 o 15:00 Bas Nieuwenhuizen > napisał(a): > > > > Reviewed-by: Bas Nieuwenhuizen > > On Fri, Sep 14, 2018 at 2:55 PM Samuel Pitoiset > > wrote: > > > > > > The size has to be multiplied by the number of sets. > > > > > >

Re: [Mesa-dev] [PATCH] radv: fix descriptor pool allocation size

2018-09-18 Thread Gustaw Smolarczyk
pt., 14 wrz 2018 o 15:00 Bas Nieuwenhuizen napisał(a): > > Reviewed-by: Bas Nieuwenhuizen > On Fri, Sep 14, 2018 at 2:55 PM Samuel Pitoiset > wrote: > > > > The size has to be multiplied by the number of sets. > > > > This gets rid of the OUT_OF_POOL_KHR error and fixes > > the Tangrams demo.

Re: [Mesa-dev] [PATCH] radv: fix descriptor pool allocation size

2018-09-14 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Fri, Sep 14, 2018 at 2:55 PM Samuel Pitoiset wrote: > > The size has to be multiplied by the number of sets. > > This gets rid of the OUT_OF_POOL_KHR error and fixes > the Tangrams demo. > > CC: 18.1 18.2 > Signed-off-by: Samuel Pitoiset > --- >

[Mesa-dev] [PATCH] radv: fix descriptor pool allocation size

2018-09-14 Thread Samuel Pitoiset
The size has to be multiplied by the number of sets. This gets rid of the OUT_OF_POOL_KHR error and fixes the Tangrams demo. CC: 18.1 18.2 Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_descriptor_set.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git