mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 06:50:11 +01:00
pan/va: Make LD_VAR index more fine-grained
Index in bytes instead of vec4s, since varyings on Valhall are no longer vec4 based like on previous Malis. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14065>
This commit is contained in:
parent
7d157ae50e
commit
3485e9dd3d
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@
|
||||||
<slot/>
|
<slot/>
|
||||||
<src/>
|
<src/>
|
||||||
<src/>
|
<src/>
|
||||||
<imm name="index" start="20" size="4"/>
|
<imm name="index" start="16" size="8"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<ins name="LD_ATTR_IMM" title="Load immediate attribute" opcode="0x66" unit="LS">
|
<ins name="LD_ATTR_IMM" title="Load immediate attribute" opcode="0x66" unit="LS">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue