pan/genxml: Add Register File Format to common.xml

This was added in v6+ and never changed.
This will allow us to remove GENX code logic that is identical.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Olivia Lee <olivia.lee@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34895>
This commit is contained in:
Mary Guillemard
2025-05-09 11:12:15 +02:00
parent 60b131a712
commit b3f8c955a7
+10
View File
@@ -111,4 +111,14 @@
<value name="RAW64" value="35"/>
<value name="RAW128" value="36"/>
</enum>
<!-- v6+ -->
<enum name="Register File Format">
<value name="F16" value="0"/>
<value name="F32" value="1"/>
<value name="I32" value="2"/>
<value name="U32" value="3"/>
<value name="I16" value="4"/>
<value name="U16" value="5"/>
</enum>
</panxml>