Home
last modified time | relevance | path

Searched refs:OP_RESTART (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp153 case OP_RESTART: in isBarrierRequired()
206 case OP_RESTART: in getLatency()
Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
135 OP_EMIT, OP_RESTART in initOpInfo()
Dnv50_ir_build_util.h267 op == OP_EMIT || op == OP_RESTART) in mkOp()
Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
Dnv50_ir_target_gv100.cpp276 case OP_RESTART: return &opInfo_OUT; in getOpInfo()
Dnv50_ir_emit_gv100.cpp1074 const int cut = insn->op == OP_RESTART || insn->subOp; in emitOUT()
1780 case OP_RESTART: in emitInstruction()
Dnv50_ir.h120 OP_RESTART, // restart primitive enumerator
Dnv50_ir_emit_gk110.cpp2034 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT()
2540 case OP_RESTART: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp839 if (i->op == OP_EMIT || i->op == OP_RESTART) { in visit()
3104 if (i->op == OP_RESTART && prev && prev->op == OP_EMIT && in handleOUT()
3245 case OP_RESTART: in visit()
Dnv50_ir_emit_nvc0.cpp1699 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT()
2716 case OP_RESTART: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3126 const int cut = insn->op == OP_RESTART || insn->subOp; in emitOUT()
3727 case OP_RESTART: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp386 if (i->op == OP_EMIT || i->op == OP_RESTART) in propagateWriteToOutput()
Dnv50_ir_emit_nv50.cpp1991 case OP_RESTART: in emitInstruction()
Dnv50_ir_from_nir.cpp536 return OP_RESTART; in getOperation()
Dnv50_ir_from_tgsi.cpp3539 if (stream && op == OP_RESTART) in handleInstruction()
Dnv50_ir_peephole.cpp3196 if (ldst->op == OP_EMIT || ldst->op == OP_RESTART) { in runOpt()