Searched refs:OP_PRESIN (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 226 case OP_PRESIN: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 101 { OP_PRESIN, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }, 560 case OP_PRESIN: in getThroughput()
|
D | nv50_ir_target_nvc0.cpp | 125 { OP_PRESIN, 0x1, 0x1, 0x0, 0x0, 0x1, 0x1 }, 640 case OP_PRESIN: in getThroughput()
|
D | nv50_ir_lowering_gv100.cpp | 471 case OP_PRESIN: in visit()
|
D | nv50_ir.h | 95 OP_PRESIN, enumerator
|
D | nv50_ir_emit_nvc0.cpp | 417 i->op == OP_MOV || i->op == OP_PRESIN || i->op == OP_PREEX2); in emitForm_A() 2823 case OP_PRESIN: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 2059 case OP_PRESIN: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 3293 mkOp1(OP_PRESIN, TYPE_F32, val0, fetchSrc(0, 0)); in handleInstruction() 3300 mkOp1(OP_PRESIN, TYPE_F32, val0, fetchSrc(0, 3)); in handleInstruction()
|
D | nv50_ir_peephole.cpp | 892 case OP_PRESIN: in unary() 1552 case OP_PRESIN: in opnd()
|
D | nv50_ir_emit_gk110.cpp | 2653 case OP_PRESIN: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3612 case OP_PRESIN: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 588 return OP_PRESIN; in preOperationNeeded()
|