Searched refs:OP_SUEAU (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 152 { OP_SUEAU, 0x0, 0x0, 0x0, 0x0, 0x6, 0x2 }
|
D | nv50_ir_emit_gk110.cpp | 1744 case OP_SUEAU: opc1 = 0xb6c; opc2 = 0x1ec; break; in emitSUCalc() 1760 if (i->op != OP_SUEAU) { in emitSUCalc() 2612 case OP_SUEAU: in emitInstruction()
|
D | nv50_ir.h | 135 OP_SUEAU, // surface effective address enumerator
|
D | nv50_ir_emit_nvc0.cpp | 2234 case OP_SUEAU: opc = HEX64(60000000, 00000004); break; in emitSUCalc() 2250 if (i->op != OP_SUEAU) { in emitSUCalc() 2738 case OP_SUEAU: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 1812 eau = bld.mkOp3v(OP_SUEAU, TYPE_U32, bld.getScratch(4), off, bf, v); in processSurfaceCoordsNVE4()
|