mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 09:50:08 +01:00
anv/android: make format_supported_with_usage static
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3532> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3532>
This commit is contained in:
parent
104744f4df
commit
dd9bf7d291
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ anv_image_from_gralloc(VkDevice device_h,
|
|||
return result;
|
||||
}
|
||||
|
||||
VkResult
|
||||
static VkResult
|
||||
format_supported_with_usage(VkDevice device_h, VkFormat format,
|
||||
VkImageUsageFlags imageUsage)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue