pan/va: Permit encoding more flags

Missed the first time around.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15223>
This commit is contained in:
Alyssa Rosenzweig 2022-02-25 11:52:41 -05:00 committed by Marge Bot
parent 76487c7eb4
commit 40ed485e32

View file

@ -161,6 +161,8 @@ class Staging:
self.widen = False
self.lanes = False
self.lane = False
self.halfswizzle = False
self.combine = False
self.size = 32
if not self.flags: