Skip to content
Snippets Groups Projects
Commit 71440ba0 authored by Daniel Schürmann's avatar Daniel Schürmann Committed by Marge Bot
Browse files

aco: reorder VMEM operands in ACO IR


For all VMEM instructions, the resource constant is now
in operands[0]. For MIMG instructions, the sampler shares
operands[1] with write data in case this instruction writes memory.
Moving the VADDR to be the last operand for MIMG is the first step to
support Navi NSA encoding.

Reviewed-by: default avatarRhys Perry <pendingchaos02@gmail.com>
Part-of: <mesa/mesa!3602>
parent 8548fe19
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment