diff options
Diffstat (limited to 'src/panfrost/encoder/pan_texture.h')
-rw-r--r-- | src/panfrost/encoder/pan_texture.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panfrost/encoder/pan_texture.h b/src/panfrost/encoder/pan_texture.h index d049ada9fdc..5bcda798ac3 100644 --- a/src/panfrost/encoder/pan_texture.h +++ b/src/panfrost/encoder/pan_texture.h @@ -146,4 +146,7 @@ panfrost_get_default_swizzle(unsigned components) } } +enum mali_format +panfrost_format_to_bifrost_blend(const struct util_format_description *desc); + #endif |