mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
pan/bi: Fix LD_BUFFER.i16 definition
This was missing the message, breaking UBO-to-push and who-knows-what-else, when
enabling fp16 const buffers.
Fixes: 3dc2095b07 ("pan/bi: Model LD_BUFFER instructions")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17101>
This commit is contained in:
parent
40accfd3b7
commit
5ee1179c94
1 changed files with 1 additions and 1 deletions
|
|
@ -8725,7 +8725,7 @@
|
|||
<src start="3"/>
|
||||
</ins>
|
||||
|
||||
<ins name="+LD_BUFFER.i16" staging="w=1" pseudo="true">
|
||||
<ins name="+LD_BUFFER.i16" staging="w=1" pseudo="true" message="load">
|
||||
<src start="0"/>
|
||||
<src start="3"/>
|
||||
<mod name="lane_dest" size="2" default="h0">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue