pan/va: Permit encoding more flags
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 25 Feb 2022 16:52:41 +0000 (11:52 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 25 Mar 2022 19:00:13 +0000 (19:00 +0000)
Missed the first time around.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15223>

src/panfrost/bifrost/valhall/valhall.py

index 6fd89cd..9ae7000 100644 (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: