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
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.
> > >
> > > Thi
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.
>
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
> ---
> src/amd/vulkan
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 a/src/amd/vulka