panfrost: Remove unused so_mask calculation
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 23 Dec 2022 01:10:38 +0000 (20:10 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 23 Dec 2022 16:27:16 +0000 (16:27 +0000)
commit8e1a4668829e4e4b294060bd940388c436eb39cc
tree5c204a39c159be17a2b141118f77327a9635e843
parent9cd6d0873d7ef1a1ee8b9aaf55af77263c38700f
panfrost: Remove unused so_mask calculation

This was copied from Iris, but it's not actually used in the new NIR-based
transform feedback implementation that we now use on all chips.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20420>
src/gallium/drivers/panfrost/pan_context.h
src/gallium/drivers/panfrost/pan_shader.c