v3dv/format: add R32G32B32A32_SFLOAT format

This is clearly supported, and we already confirmed that work with
some of our tests.

Needed to avoid an assertion of such tests when validation layers are
enabled.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:
Alejandro Piñeiro 2020-01-15 11:35:59 +01:00 committed by Marge Bot
parent 0fd72b6ac4
commit 931b247a7c

View file

@ -60,6 +60,7 @@
static const struct v3dv_format format_table[] = {
FORMAT(R8G8B8A8_UNORM, RGBA8, RGBA8, SWIZ_XYZW, 16),
FORMAT(B8G8R8A8_UNORM, RGBA8, RGBA8, SWIZ_ZYXW, 16),
FORMAT(R32G32B32A32_SFLOAT, RGBA32F, RGBA32F, SWIZ_XYZW, 32),
};
const struct v3dv_format *