pan/bi: Rename I->action to I->flow
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 24 Mar 2022 22:10:23 +0000 (18:10 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 25 Mar 2022 19:00:13 +0000 (19:00 +0000)
For consistency with the Valhall ISA.

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

src/panfrost/bifrost/compiler.h

index f60a400..8009b1a 100644 (file)
@@ -390,8 +390,8 @@ typedef struct {
         enum bi_register_format register_format;
         enum bi_vecsize vecsize;
 
-        /* Action (flow control) associated with a Valhall instruction */
-        uint8_t action;
+        /* Flow control associated with a Valhall instruction */
+        uint8_t flow;
 
         /* Can we spill the value written here? Used to prevent
          * useless double fills */