Searched refs:OP_RESTART (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_build_util.h | 257 op == OP_EMIT || op == OP_RESTART) in mkOp()
|
D | nv50_ir_target_nv50.cpp | 127 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
|
D | nv50_ir_from_sm4.cpp | 364 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()
|
D | nv50_ir.h | 112 OP_RESTART, // restart primitive enumerator
|
D | nv50_ir_emit_nv50.cpp | 1656 case OP_RESTART: in emitInstruction()
|
D | nv50_ir_peephole.cpp | 1736 if (ldst->op == OP_EMIT || ldst->op == OP_RESTART) { in runOpt()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 555 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()
|
D | nv50_ir_target_nvc0.cpp | 276 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
|
D | nv50_ir_emit_nvc0.cpp | 1268 if (i->op == OP_RESTART || i->subOp == NV50_IR_SUBOP_EMIT_RESTART) in emitOUT() 1601 case OP_RESTART: in emitInstruction()
|