anv/android: make format_supported_with_usage static
authorTapani Pälli <tapani.palli@intel.com>
Fri, 24 Jan 2020 12:46:21 +0000 (14:46 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Tue, 28 Jan 2020 12:46:38 +0000 (14:46 +0200)
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>

src/intel/vulkan/anv_android.c

index d50a029..74b5b06 100644 (file)
@@ -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)
 {