radv: Handle UNDEFINED format in image format list.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Sat, 8 Jun 2019 21:51:16 +0000 (23:51 +0200)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 10 Jun 2019 22:21:16 +0000 (22:21 +0000)
commite0d12f79c5ecdbcf8437d022445fd614b7ecaa8f
treeb7531b2de3d87da8ff37eaaf1eb08061a9515437
parent39c71e002561052d0596200b2d0ebdb8cc39d862
radv: Handle UNDEFINED format in image format list.

Was watching a presentation on YT where this was used and it turns
out it is not invalid.

The only case it is actually valid as format in the creation of an
image or image view is with Android Hardware Buffers which have
their format specified externally.

So we can just ignore all entries with VK_FORMAT_UNDEFINED.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/vulkan/radv_image.c