mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
pan/va: Add missing .auto32 register format
Clipped to .auto for consistency with Bifrost (and the existing IR). Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15461>
This commit is contained in:
parent
263c5ef194
commit
3a4b864197
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@
|
|||
|
||||
<enum name="Register format">
|
||||
<desc>Format of data loaded to / stored from registers for general memory access.</desc>
|
||||
<reserved/>
|
||||
<value desc="32-bit type based on descriptor format">auto</value>
|
||||
<reserved/>
|
||||
<value desc="32-bit floats">f32</value>
|
||||
<value desc="16-bit floats">f16</value>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue