Re: [Mesa-dev] [PATCH 11/17] anv: Separate compute and graphics descriptor sets

2018-01-15 Thread Pohjolainen, Topi
On Mon, Jan 15, 2018 at 10:47:08AM -0800, Jason Ekstrand wrote: > On Mon, Jan 15, 2018 at 7:11 AM, Pohjolainen, Topi < > topi.pohjolai...@gmail.com> wrote: > > > On Fri, Dec 15, 2017 at 05:09:09PM -0800, Jason Ekstrand wrote: > > > The Vulkan spec says: > > > > > > "pipelineBindPoint is a

Re: [Mesa-dev] [PATCH 11/17] anv: Separate compute and graphics descriptor sets

2018-01-15 Thread Jason Ekstrand
On Mon, Jan 15, 2018 at 7:11 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Fri, Dec 15, 2017 at 05:09:09PM -0800, Jason Ekstrand wrote: > > The Vulkan spec says: > > > > "pipelineBindPoint is a VkPipelineBindPoint indicating whether the > > descriptors will be used by

Re: [Mesa-dev] [PATCH 11/17] anv: Separate compute and graphics descriptor sets

2018-01-15 Thread Pohjolainen, Topi
On Fri, Dec 15, 2017 at 05:09:09PM -0800, Jason Ekstrand wrote: > The Vulkan spec says: > > "pipelineBindPoint is a VkPipelineBindPoint indicating whether the > descriptors will be used by graphics pipelines or compute pipelines. > There is a separate set of bind points for each of