mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
pan/bi: Fix TEXS register counts
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fixes: cffc1d90da ("pan/bi: Add staging register counts to ISA.xml")
Reported-by: Icecream95
Tested-by: macc24
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8310>
This commit is contained in:
parent
20f7a73a2c
commit
b32834e5f7
1 changed files with 2 additions and 2 deletions
|
|
@ -7691,7 +7691,7 @@
|
|||
<immediate name="sr_count" size="4" pseudo="true"/>
|
||||
</ins>
|
||||
|
||||
<ins name="+TEXS_2D.f16" staging="w=4" mask="0xfc000" exact="0xd8000" message="tex">
|
||||
<ins name="+TEXS_2D.f16" staging="w=2" mask="0xfc000" exact="0xd8000" message="tex">
|
||||
<src start="0"/>
|
||||
<src start="3"/>
|
||||
<immediate name="texture_index" start="6" size="3"/>
|
||||
|
|
@ -7703,7 +7703,7 @@
|
|||
</mod>
|
||||
</ins>
|
||||
|
||||
<ins name="+TEXS_2D.f32" staging="w=2" mask="0xfc000" exact="0x58000" message="tex">
|
||||
<ins name="+TEXS_2D.f32" staging="w=4" mask="0xfc000" exact="0x58000" message="tex">
|
||||
<src start="0"/>
|
||||
<src start="3"/>
|
||||
<immediate name="texture_index" start="6" size="3"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue