mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 21:20:21 +01:00
lima: update unknown field
We know what's at the four bits starting at 11:0; that's the uniform count. But we don't know whats at 12:0, so let's update the start address here. Reviewed-by: Erico Nunes <nunes.erico@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38493>
This commit is contained in:
parent
68cb76de5d
commit
e7ac3b32a4
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@
|
|||
<field name="Varying Type 10 Low" start="10:30" size="2" type="uint"/>
|
||||
<field name="Uniform Count" start="11:0" size="4" type="hex"/>
|
||||
<field name="Uniforms Address" start="11:4" size="28" type="hex" modifier="shr(4)"/>
|
||||
<field name="Unknown 4" start="11:0" size="4" type="hex"/>
|
||||
<field name="Unknown 4" start="12:0" size="4" type="hex"/>
|
||||
<field name="Textures Address" start="12:4" size="28" type="hex" modifier="shr(4)"/>
|
||||
<field name="Varying Stride" start="13:0" size="5" type="uint" modifier="shr(3)"/>
|
||||
<field name="Has Samplers" start="13:5" size="1" type="bool"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue