mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 00:10:10 +01:00
freedreno/rnn: update schema for 'pos'
Ideally we'd like to express that *either* 'high' + 'low' OR 'pos' is required, but it doesn't appear that this is possible. But the rnn parsing code should still enforce this. 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
dfe9746be0
commit
e3958ef83a
1 changed files with 3 additions and 2 deletions
|
|
@ -181,8 +181,9 @@
|
|||
<group ref="rng:topGroup" />
|
||||
</choice>
|
||||
<attribute name="name" type="NMTOKEN" use="required" />
|
||||
<attribute name="high" type="nonNegativeInteger" use="required" />
|
||||
<attribute name="low" type="nonNegativeInteger" use="required" />
|
||||
<attribute name="high" type="nonNegativeInteger" use="optional" />
|
||||
<attribute name="low" type="nonNegativeInteger" use="optional" />
|
||||
<attribute name="pos" type="nonNegativeInteger" use="optional" />
|
||||
<attribute name="type" type="NMTOKENS" use="optional" />
|
||||
<attribute name="varset" type="NMTOKEN" use="optional" />
|
||||
<attribute name="variants" type="string" use="optional" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue