diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-04-24 19:10:44 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-27 14:52:26 +0000 |
commit | ee561f0e6b8be3adeac4306234d7ff5027078e5c (patch) | |
tree | 4af4e019bce2ecbfa40b8498065d9646d2f8cb78 /src/panfrost/bifrost/compiler.h | |
parent | b2c6cf2b6db11eb2293f59b42dfeb3d7481477b0 (diff) |
pan/bi: Rename BI_SWIZZLE to BI_SELECT
The select version is more general.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4766>
Diffstat (limited to 'src/panfrost/bifrost/compiler.h')
-rw-r--r-- | src/panfrost/bifrost/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index 6e148b4892e..b18232e5846 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -69,11 +69,11 @@ enum bi_class { BI_MINMAX, BI_MOV, BI_REDUCE_FMA, + BI_SELECT, BI_SHIFT, BI_STORE, BI_STORE_VAR, BI_SPECIAL, /* _FAST on supported GPUs */ - BI_SWIZZLE, BI_TABLE, BI_TEX, BI_ROUND, |