Searched refs:OP_RESTART (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.cpp153 case OP_RESTART:
206 case OP_RESTART:
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
135 OP_EMIT, OP_RESTART
H A Dnv50_ir_build_util.h267 op == OP_EMIT || op == OP_RESTART)
H A Dnv50_ir.h118 OP_RESTART, // restart primitive enumerator in enum:nv50_ir::operation
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
H A Dnv50_ir_emit_gk110.cpp2034 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART)
2540 case OP_RESTART:
H A Dnv50_ir_lowering_nvc0.cpp828 if (i->op == OP_EMIT || i->op == OP_RESTART) {
2979 if (i->op == OP_RESTART && prev && prev->op == OP_EMIT &&
3120 case OP_RESTART:
H A Dnv50_ir_lowering_nv50.cpp386 if (i->op == OP_EMIT || i->op == OP_RESTART)
H A Dnv50_ir_emit_gm107.cpp3070 const int cut = insn->op == OP_RESTART || insn->subOp;
3663 case OP_RESTART:
H A Dnv50_ir_emit_nvc0.cpp1699 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART)
2716 case OP_RESTART:
H A Dnv50_ir_emit_nv50.cpp1991 case OP_RESTART:
H A Dnv50_ir_from_nir.cpp506 return OP_RESTART;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.cpp153 case OP_RESTART:
206 case OP_RESTART:
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
135 OP_EMIT, OP_RESTART
H A Dnv50_ir_build_util.h273 op == OP_EMIT || op == OP_RESTART)
H A Dnv50_ir_emit_gv100.cpp1115 const int cut = insn->op == OP_RESTART || insn->subOp;
1825 case OP_RESTART:
H A Dnv50_ir.h120 OP_RESTART, // restart primitive enumerator in enum:nv50_ir::operation
H A Dnv50_ir_target_gv100.cpp276 case OP_RESTART: return &opInfo_OUT;
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
H A Dnv50_ir_emit_gk110.cpp2041 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART)
2547 case OP_RESTART:
H A Dnv50_ir_lowering_nvc0.cpp839 if (i->op == OP_EMIT || i->op == OP_RESTART) {
3193 if (i->op == OP_RESTART && prev && prev->op == OP_EMIT &&
3334 case OP_RESTART:
H A Dnv50_ir_emit_gm107.cpp3135 const int cut = insn->op == OP_RESTART || insn->subOp;
3736 case OP_RESTART:
H A Dnv50_ir_emit_nvc0.cpp1706 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART)
2723 case OP_RESTART:
H A Dnv50_ir_emit_nv50.cpp2078 case OP_RESTART:
H A Dnv50_ir_from_nir.cpp538 return OP_RESTART;

Completed in 90 milliseconds

12