mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
genxml: Fix STATE_BASE_ADDRESS::BindlessSurfaceStateSize field size
BSpec 44507 Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: mesa-stable Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21600>
This commit is contained in:
parent
24c09d4b16
commit
58b687d77b
1 changed files with 1 additions and 1 deletions
|
|
@ -6825,7 +6825,7 @@
|
|||
<field name="Bindless Surface State Base Address Modify Enable" start="512" end="512" type="bool" />
|
||||
<field name="Bindless Surface State MOCS" start="516" end="522" type="uint" nonzero="true" />
|
||||
<field name="Bindless Surface State Base Address" start="524" end="575" type="address" />
|
||||
<field name="Bindless Surface State Size" start="588" end="607" type="uint" />
|
||||
<field name="Bindless Surface State Size" start="576" end="607" type="uint" />
|
||||
<field name="Bindless Sampler State Base Address Modify Enable" start="608" end="608" type="bool" />
|
||||
<field name="Bindless Sampler State MOCS" start="612" end="618" type="uint" nonzero="true" />
|
||||
<field name="Bindless Sampler State Base Address" start="620" end="671" type="address" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue