Searched refs:OP_EMIT (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 374 case SM4_OPCODE_EMIT: return OP_EMIT; in cvtOpcode() 375 case SM4_OPCODE_EMITTHENCUT: return OP_EMIT; in cvtOpcode() 445 case SM4_OPCODE_EMIT_STREAM: return OP_EMIT; in cvtOpcode() 447 case SM4_OPCODE_EMITTHENCUT_STREAM: return OP_EMIT; in cvtOpcode() 1944 mkOp1(OP_EMIT, TYPE_U32, NULL, mkImm(0))->fixed = 1; in handleInstruction() 1949 Instruction *cut = mkOp1(OP_EMIT, TYPE_U32, NULL, mkImm(0)); in handleInstruction()
|
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_emit_nv50.cpp | 1349 code[0] = (i->op == OP_EMIT) ? 0xf0000200 : 0xf0000400; in emitOUT() 1655 case OP_EMIT: in emitInstruction()
|
D | nv50_ir.h | 111 OP_EMIT, // emit vertex enumerator
|
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() 1084 case OP_EMIT: 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 | 1266 if (i->op == OP_EMIT) in emitOUT() 1600 case OP_EMIT: in emitInstruction()
|