commit | 511f91e307c98326185ec69570b0c6eee2c36cab | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Tue Aug 08 09:32:40 2023 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Fri Dec 29 20:28:54 2023 -0800 |
tree | 9aa32c6d5152ec5686a72c691db7b4174c340c10 | |
parent | b741a9a851ca3747aa92ce0d6611b488c6e0e07b [diff] |
anv: Lower indirect derefs again after lowering cooperative matrices The cooperative matrix lowering can generate a lot of indirect array accesses, and these need to be eliminated. Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25994>