Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.h257 op == OP_EMIT || op == OP_RESTART) in mkOp()
Dnv50_ir_target_nv50.cpp127 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
Dnv50_ir_from_sm4.cpp364 case SM4_OPCODE_CUT: return OP_RESTART; in cvtOpcode()
446 case SM4_OPCODE_CUT_STREAM: return OP_RESTART; in cvtOpcode()
1940 mkOp1(OP_RESTART, TYPE_U32, NULL, mkImm(0))->fixed = 1; in handleInstruction()
Dnv50_ir.h112 OP_RESTART, // restart primitive enumerator
Dnv50_ir_emit_nv50.cpp1656 case OP_RESTART: in emitInstruction()
Dnv50_ir_peephole.cpp1736 if (ldst->op == OP_EMIT || ldst->op == OP_RESTART) { in runOpt()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp555 if (i->op == OP_EMIT || i->op == OP_RESTART) { in visit()
1013 if (i->op == OP_RESTART && i->prev && i->prev->op == OP_EMIT) { in handleOUT()
1085 case OP_RESTART: in visit()
Dnv50_ir_target_nvc0.cpp276 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
Dnv50_ir_emit_nvc0.cpp1268 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT()
1601 case OP_RESTART: in emitInstruction()