radv/gfx10: hardcode some depth+stencil formats in the format table
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 20 Aug 2019 13:23:12 +0000 (15:23 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 21 Aug 2019 06:17:40 +0000 (08:17 +0200)
commit41d9873459614ca4a8885a4f4473065241647c99
treedb56d212515e41696d360d4403ade730f3f8e66b
parent1650e747c6ddd7179e9bbee44c9704d1e80b7655
radv/gfx10: hardcode some depth+stencil formats in the format table

The script doesn't handle them correctly and D16_UNORM_S8_UINT
isn't supported by the hardware, mark it as invalid.

This fixes warning when generating gfx10_format_table.h.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111393
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/gfx10_format_table.py