diff options
author | Alex Smith <[email protected]> | 2017-03-16 16:40:07 +0000 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-03-17 09:35:48 +0100 |
commit | ce4058dafd2dd283addaa99e8d5b51e53f634f9b (patch) | |
tree | 49ed6c223a0c5fc7d64ba6d114184f4b8d58ad9c /src/util | |
parent | e88cac1df03d01a9e8a1de1a4a2ee888149e727a (diff) |
radv/ac: Fix shared memory offset calculation
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.
Fixes: f4e499ec791 ("radv: add initial non-conformant radv vulkan driver")
Signed-off-by: Alex Smith <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
CC: <[email protected]>
Diffstat (limited to 'src/util')
0 files changed, 0 insertions, 0 deletions