commit | 562aaea07cc876a0a33fa3150659ceff9ee161f0 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Thu Jun 11 11:00:55 2020 -0700 |
committer | Marge Bot <eric+marge@anholt.net> | Thu Jun 11 21:59:54 2020 +0000 |
tree | fde67132ce0b829445ca82a54af39b5ae1944c57 | |
parent | 4cabc25fa4c89c29e0338f00b20c6e87b087bcc2 [diff] |
freedreno/ir3: respect tex prefetch limits Refactor a bit the limit checking in the bindless case, and add tex/samp limit checking for the non-bindless case, to ensure we do not try to prefetch textures which cannot be encoded in the # of bits available. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5431>