mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gm107/ir: fix address offset bitfield for ATOMS
Fixes GL45-CTS.compute_shader.atomic-case1 on Maxwell
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: mesa-stable@lists.freedesktop.org
(cherry picked from commit 7e75f0913a)
This commit is contained in:
parent
1f76523596
commit
138be7ed9f
1 changed files with 1 additions and 1 deletions
|
|
@ -2494,7 +2494,7 @@ CodeEmitterGM107::emitATOMS()
|
|||
|
||||
emitField(0x34, 4, subOp);
|
||||
emitGPR (0x14, insn->src(1));
|
||||
emitADDR (0x08, 0x12, 22, 0, insn->src(0));
|
||||
emitADDR (0x08, 0x1e, 22, 2, insn->src(0));
|
||||
emitGPR (0x00, insn->def(0));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue