mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +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
97b2fb4d3e
commit
0b78455be3
1 changed files with 1 additions and 1 deletions
|
|
@ -2491,7 +2491,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