Home
last modified time | relevance | path

Searched refs:OP_SUEAU (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp152 { OP_SUEAU, 0x0, 0x0, 0x0, 0x0, 0x6, 0x2 }
Dnv50_ir_emit_gk110.cpp1744 case OP_SUEAU: opc1 = 0xb6c; opc2 = 0x1ec; break; in emitSUCalc()
1760 if (i->op != OP_SUEAU) { in emitSUCalc()
2612 case OP_SUEAU: in emitInstruction()
Dnv50_ir.h135 OP_SUEAU, // surface effective address enumerator
Dnv50_ir_emit_nvc0.cpp2234 case OP_SUEAU: opc = HEX64(60000000, 00000004); break; in emitSUCalc()
2250 if (i->op != OP_SUEAU) { in emitSUCalc()
2738 case OP_SUEAU: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp1812 eau = bld.mkOp3v(OP_SUEAU, TYPE_U32, bld.getScratch(4), off, bf, v); in processSurfaceCoordsNVE4()