Searched refs:OP_RESTART (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 153 case OP_RESTART: in isBarrierRequired() 206 case OP_RESTART: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo() 135 OP_EMIT, OP_RESTART in initOpInfo()
|
D | nv50_ir_build_util.h | 273 op == OP_EMIT || op == OP_RESTART) in mkOp()
|
D | nv50_ir_target_nvc0.cpp | 211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
|
D | nv50_ir_target_gv100.cpp | 276 case OP_RESTART: return &opInfo_OUT; in getOpInfo()
|
D | nv50_ir_emit_gv100.cpp | 1130 const int cut = insn->op == OP_RESTART || insn->subOp; in emitOUT() 1852 case OP_RESTART: in emitInstruction()
|
D | nv50_ir.h | 120 OP_RESTART, // restart primitive enumerator
|
D | nv50_ir_emit_gk110.cpp | 2041 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT() 2547 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 839 if (i->op == OP_EMIT || i->op == OP_RESTART) { in visit() 3206 if (i->op == OP_RESTART && prev && prev->op == OP_EMIT && in handleOUT() 3347 case OP_RESTART: in visit()
|
D | nv50_ir_emit_nvc0.cpp | 1706 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT() 2723 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3135 const int cut = insn->op == OP_RESTART || insn->subOp; in emitOUT() 3736 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 2078 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 409 if (i->op == OP_EMIT || i->op == OP_RESTART) in propagateWriteToOutput()
|
D | nv50_ir_from_nir.cpp | 535 return OP_RESTART; in getOperation()
|
D | nv50_ir_peephole.cpp | 3218 if (ldst->op == OP_EMIT || ldst->op == OP_RESTART) { in runOpt()
|
D | nv50_ir_from_tgsi.cpp | 3604 if (stream && op == OP_RESTART) in handleInstruction()
|