mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
genxml: fix border color offset field on Gfx12+
I wonder if the docs are correct for Gfx11 because this is the generation that gave us the Bindless Sampler Heap of 4Gb. So it would make sense that the border colors can also be placed anywhere in that 4Gb heap. 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
58b687d77b
commit
42e8a2c1d6
2 changed files with 2 additions and 2 deletions
|
|
@ -887,7 +887,7 @@
|
|||
<field name="Return Filter Weight for Null Texels" start="66" end="66" type="uint" />
|
||||
<field name="Return Filter Weight for Border Texels" start="67" end="67" type="uint" />
|
||||
<field name="Force gather4 Behavior" start="69" end="69" type="bool" />
|
||||
<field name="Border Color Pointer" start="70" end="87" type="offset" />
|
||||
<field name="Border Color Pointer" start="70" end="95" type="offset" />
|
||||
<field name="TCZ Address Control Mode" start="96" end="98" type="Texture Coordinate Mode" />
|
||||
<field name="TCY Address Control Mode" start="99" end="101" type="Texture Coordinate Mode" />
|
||||
<field name="TCX Address Control Mode" start="102" end="104" type="Texture Coordinate Mode" />
|
||||
|
|
|
|||
|
|
@ -938,7 +938,7 @@
|
|||
<field name="Return Filter Weight for Null Texels" start="66" end="66" type="uint" />
|
||||
<field name="Return Filter Weight for Border Texels" start="67" end="67" type="uint" />
|
||||
<field name="Force gather4 Behavior" start="69" end="69" type="bool" />
|
||||
<field name="Border Color Pointer" start="70" end="87" type="offset" />
|
||||
<field name="Border Color Pointer" start="70" end="95" type="offset" />
|
||||
<field name="TCZ Address Control Mode" start="96" end="98" type="Texture Coordinate Mode" />
|
||||
<field name="TCY Address Control Mode" start="99" end="101" type="Texture Coordinate Mode" />
|
||||
<field name="TCX Address Control Mode" start="102" end="104" type="Texture Coordinate Mode" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue