panfrost: Remove panfrost_bifrost_swizzle

Deprecated and now unused.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11785>
This commit is contained in:
Alyssa Rosenzweig 2021-07-07 20:21:38 -04:00 committed by Marge Bot
parent a23603c89d
commit 214d56644f
1 changed files with 0 additions and 7 deletions

View File

@ -212,13 +212,6 @@ panfrost_get_default_swizzle(unsigned components)
}
}
static inline unsigned
panfrost_bifrost_swizzle(unsigned components)
{
/* Set all components to 0 and force w if needed */
return components < 4 ? 0x10 : 0x00;
}
struct pan_pool;
struct pan_scoreboard;