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 | 155 { OP_SUEAU, 0x0, 0x0, 0x0, 0x0, 0x6, 0x2 }
|
D | nv50_ir_emit_gk110.cpp | 1859 case OP_SUEAU: opc1 = 0xb6c; opc2 = 0x1ec; break; in emitSUCalc() 1875 if (i->op != OP_SUEAU) { in emitSUCalc() 2739 case OP_SUEAU: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2269 case OP_SUEAU: opc = HEX64(60000000, 00000004); break; in emitSUCalc() 2285 if (i->op != OP_SUEAU) { in emitSUCalc() 2837 case OP_SUEAU: in emitInstruction()
|
D | nv50_ir.h | 141 OP_SUEAU, // surface effective address enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 2112 eau = bld.mkOp3v(OP_SUEAU, TYPE_U32, bld.getScratch(4), off, bf, v); in processSurfaceCoordsNVE4()
|