mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
agx: Fix 64-bit immediate moves
Don't truncate them in the builder. Fixes: dEQP-VK.spirv_assembly.instruction.compute.convertutof.uint64_to_float32_4294967296 Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24635>
This commit is contained in:
parent
4d0233cb1d
commit
3634791baa
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ L = (1 << 15)
|
|||
_ = None
|
||||
|
||||
FORMAT = immediate("format", "enum agx_format")
|
||||
IMM = immediate("imm")
|
||||
IMM = immediate("imm", "uint64_t")
|
||||
WRITEOUT = immediate("writeout")
|
||||
INDEX = immediate("index")
|
||||
COMPONENT = immediate("component")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue