vulkan/pipeline_cache: move vk_log on failed deserialization to vk_pipeline_cache_load()
authorDaniel Schürmann <daniel@schuermann.dev>
Fri, 31 Mar 2023 14:35:59 +0000 (16:35 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 10 Apr 2023 09:14:30 +0000 (09:14 +0000)
commit719a0e269e2395944817bdc764149e7a778ce3ee
treeee8ca0383c1a25cc8a22b61b4ba3d9d3643f5236
parent53eb3ad375bc9147d0ff3a2e584fe7d4d8887b62
vulkan/pipeline_cache: move vk_log on failed deserialization to vk_pipeline_cache_load()

Partially evicted or corrupted disk cache entries should not create
application cache log entries.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21967>
src/vulkan/runtime/vk_pipeline_cache.c