[Mesa-dev] [PATCH] radv/ac: Fix shared memory offset calculation

Emil Velikov emil.l.velikov at gmail.com
Thu Mar 16 17:03:54 UTC 2017


On 16 March 2017 at 16:40, Alex Smith <asmith at feralinteractive.com> wrote:
> The index passed to get_shared_memory_ptr is an attribute slot index,
> i.e. the index of a vec4 within LDS. Therefore this must be scaled by
> sizeof(vec4) to give the LDS byte offset.
>
Whoever is reviewing/merging this patch please add the following tag

Fixes: f4e499ec791 ("radv: add initial non-conformant radv vulkan driver")

Thanks
Emil


More information about the mesa-dev mailing list