nvc0/ir: actually emit AFETCH on kepler
Looks like this was forgotten in the commit which added the AFETCH logic. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: mesa-stable@lists.freedesktop.org
This commit is contained in:
@@ -2357,6 +2357,9 @@ CodeEmitterNVC0::emitInstruction(Instruction *insn)
|
||||
case OP_PFETCH:
|
||||
emitPFETCH(insn);
|
||||
break;
|
||||
case OP_AFETCH:
|
||||
emitAFETCH(insn);
|
||||
break;
|
||||
case OP_EMIT:
|
||||
case OP_RESTART:
|
||||
emitOUT(insn);
|
||||
|
||||
Reference in New Issue
Block a user