Searched refs:OP_SUEAU (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 155 { OP_SUEAU, 0x0, 0x0, 0x0, 0x0, 0x6, 0x2 }
|
D | nv50_ir_emit_gk110.cpp | 1866 case OP_SUEAU: opc1 = 0xb6c; opc2 = 0x1ec; break; in emitSUCalc() 1882 if (i->op != OP_SUEAU) { in emitSUCalc() 2746 case OP_SUEAU: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2276 case OP_SUEAU: opc = HEX64(60000000, 00000004); break; in emitSUCalc() 2292 if (i->op != OP_SUEAU) { in emitSUCalc() 2844 case OP_SUEAU: in emitInstruction()
|
D | nv50_ir.h | 141 OP_SUEAU, // surface effective address enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 2123 eau = bld.mkOp3v(OP_SUEAU, TYPE_U32, bld.getScratch(4), off, bf, v); in processSurfaceCoordsNVE4()
|