anv: Move the physical device dispatch table to anv_instance
authorJason Ekstrand <jason@jlekstrand.net>
Sat, 18 Jan 2020 05:17:48 +0000 (23:17 -0600)
committerMarge Bot <eric+marge@anholt.net>
Mon, 20 Jan 2020 22:08:52 +0000 (22:08 +0000)
commit02044be23f179959872158dbf2a470ed49df774c
treee3758d86d2c657de79f414ce829cb19d6ecb8ade
parent78ff747408379387f72fca802f3065915e496f4c
anv: Move the physical device dispatch table to anv_instance

We don't actually have genX versions of any physical device level
commands so we don't need the trampoline versions and we don't need to
have a separate table per physical device.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3461>
src/intel/vulkan/anv_device.c
src/intel/vulkan/anv_entrypoints_gen.py
src/intel/vulkan/anv_private.h