anv: fix null descriptor usage for image views (VK_EXT_robustness2)
info is null here when a null handle is passed for a sampler, so any kind of deref will crash unexpectedly
Fixes: fd817291 ("anv: Handle NULL descriptors")
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
info is null here when a null handle is passed for a sampler, so any kind of deref will crash unexpectedly
Fixes: fd817291 ("anv: Handle NULL descriptors")