zink: unbreak moltenvk code
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 23 Jun 2021 07:38:21 +0000 (09:38 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 24 Jun 2021 08:46:31 +0000 (10:46 +0200)
commit7b220f8694d1e2934b6ed7fc702f0a4a441d2031
treeb3d95f5bcc4f04f916de154f7ff041c4cd5cc746
parente979ecbd45670590d6b46de51215d5bc757da4ce
zink: unbreak moltenvk code

These functions don't exist in the Khronos XML, so we don't generate
dispatch-table entries for them. So let's not try to call them in that
way.

Fixes: 55748681032 ("zink: use the dispatch tables")
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Acked-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11554>
src/gallium/drivers/zink/zink_screen.c