lima: update unknown field
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

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:
Erik Faye-Lund 2025-10-15 15:54:09 +02:00 committed by Marge Bot
parent 68cb76de5d
commit e7ac3b32a4

View file

@ -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"/>