On Fri, Aug 4, 2017 at 1:59 AM, Chris Wilson
wrote:
> Quoting Jason Ekstrand (2017-08-04 02:25:26)
> > This is mostly a copy+paste of the BO cache but it's a bit simpler
> > because syncobjs don't have actual backing storage so we don't need to
> > check sizes or anything like that. Also, we put
Quoting Jason Ekstrand (2017-08-04 02:25:26)
> This is mostly a copy+paste of the BO cache but it's a bit simpler
> because syncobjs don't have actual backing storage so we don't need to
> check sizes or anything like that. Also, we put the refcount directly
> in anv_syncobj because they will alwa
This is mostly a copy+paste of the BO cache but it's a bit simpler
because syncobjs don't have actual backing storage so we don't need to
check sizes or anything like that. Also, we put the refcount directly
in anv_syncobj because they will always be heap pointers.
---
src/intel/vulkan/anv_alloca