vulkan: Remove asserts that weren't valid for RADV ETC2 emulation.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 21 Nov 2022 23:07:43 +0000 (00:07 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 25 Nov 2022 17:16:14 +0000 (17:16 +0000)
commit13d755441c7b648e4f6671d833a6d58ada9ae32d
tree3ba29bd07f2bcae9742066cf3cd78b6bbae19150
parenteab61863c0bd6b08bfc7c28d96cd99f49856e449
vulkan: Remove asserts that weren't valid for RADV ETC2 emulation.

Wasn't caught when radv was modified to use these helpers ...

Tried to move the aspects assert so it still checks application inputs.

Fixes: d9048e31a0d ("radv: Use vk_image_view as the base for radv_image_view")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19914>
src/vulkan/runtime/vk_image.c