diff options
author | Erico Nunes <[email protected]> | 2020-04-13 15:26:16 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-09 11:30:07 +0000 |
commit | 09003ba0700ed0ddc57d85e82320f15a2a90c8dd (patch) | |
tree | ebc601c144fb01674f488996d44c9f1b6af7c4ee /src/gallium/winsys/amdgpu/drm | |
parent | c6a3987f320fa26fa88e6d86cf236d7e426aab84 (diff) |
lima/ppir: combine varying loads in node_to_instr
Varying loads with a single successor have a high potential to be
combined with its successor node, like ppir does for uniforms, rather
than being in a separate instruction.
Even if ppir becomes capable of combining instructions in a separate
step, combining varying loads during node_to_instr is trivial enough
that it seems to be worth doing it in this stage, and this benefits
pretty much every program that uses varyings.
Signed-off-by: Erico Nunes <[email protected]>
Reviewed-by: Vasily Khoruzhick <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4535>
Diffstat (limited to 'src/gallium/winsys/amdgpu/drm')
0 files changed, 0 insertions, 0 deletions