Searched refs:OP_RESTART (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 145 case OP_RESTART: in isBarrierRequired() 198 case OP_RESTART: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 129 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo() 136 OP_EMIT, OP_RESTART in initOpInfo()
|
D | nv50_ir_build_util.h | 267 op == OP_EMIT || op == OP_RESTART) in mkOp()
|
D | nv50_ir_target_nvc0.cpp | 176 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
|
D | nv50_ir.h | 115 OP_RESTART, // restart primitive enumerator
|
D | nv50_ir_emit_gk110.cpp | 1919 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT() 2419 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 591 if (i->op == OP_EMIT || i->op == OP_RESTART) { in visit() 2626 if (i->op == OP_RESTART && prev && prev->op == OP_EMIT && in handleOUT() 2704 case OP_RESTART: in visit()
|
D | nv50_ir_emit_nvc0.cpp | 1671 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT() 2617 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 2774 const int cut = insn->op == OP_RESTART || insn->subOp; in emitOUT() 3326 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 386 if (i->op == OP_EMIT || i->op == OP_RESTART) in propagateWriteToOutput()
|
D | nv50_ir_emit_nv50.cpp | 1991 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_peephole.cpp | 2756 if (ldst->op == OP_EMIT || ldst->op == OP_RESTART) { in runOpt()
|
D | nv50_ir_from_tgsi.cpp | 3404 if (stream && op == OP_RESTART) in handleInstruction()
|