On Mon, Oct 15, 2018 at 7:06 AM Lionel Landwerlin <
lionel.g.landwer...@intel.com> wrote:
> On 13/10/2018 14:09, Jason Ekstrand wrote:
> > Annoyingly, this requires that we implement integer division on the
> > command streamer. Fortunately, we're only ever dividing by constants so
> > we can use
On 13/10/2018 14:09, Jason Ekstrand wrote:
Annoyingly, this requires that we implement integer division on the
command streamer. Fortunately, we're only ever dividing by constants so
we can use the mulh+add+shift trick and it's not as bad as it sounds.
---
src/intel/vulkan/anv_device.c |
Annoyingly, this requires that we implement integer division on the
command streamer. Fortunately, we're only ever dividing by constants so
we can use the mulh+add+shift trick and it's not as bad as it sounds.
---
src/intel/vulkan/anv_device.c | 2 +-
src/intel/vulkan/genX_cmd_buffer.c | 1