anv: Move vk_format helpers to common code

The Android ones we put in anv_android.c.  Maybe one day we'll want a
vk_android.h to put some common Android stuff but, for now, let's keep
it contained to ANV's android code.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8857>
This commit is contained in:
Jason Ekstrand
2021-02-04 00:58:26 -06:00
committed by Marge Bot
parent c7345bd1fb
commit 4fb6c051c9
22 changed files with 170 additions and 361 deletions

View File

@@ -26,7 +26,7 @@
#include "anv_private.h"
#include "anv_measure.h"
#include "vk_format_info.h"
#include "vk_format.h"
#include "vk_util.h"
#include "util/fast_idiv_by_const.h"