mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
freedreno/rnn: add high/low/pos to registers
This was added recently in rnn, but the schema was not updated. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6107>
This commit is contained in:
parent
61ae65a73d
commit
83bc96b555
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@
|
|||
<attribute name="variants" type="string" use="optional" />
|
||||
<attribute name="stride" type="rng:HexOrNumber" use="optional" />
|
||||
<attribute name="length" type="rng:HexOrNumber" use="optional" />
|
||||
<attribute name="high" type="nonNegativeInteger" use="optional" />
|
||||
<attribute name="low" type="nonNegativeInteger" use="optional" />
|
||||
<attribute name="pos" type="nonNegativeInteger" use="optional" />
|
||||
</complexType>
|
||||
|
||||
<complexType name="bitsetType">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue