Searched refs:OP_PINTERP (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_common.cpp | 72 ? OP_PINTERP : OP_LINTERP; in translateInterpMode()
|
D | nv50_ir_target_gm107.cpp | 131 case OP_PINTERP: in isBarrierRequired()
|
D | nv50_ir_target_nvc0.cpp | 146 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 }, 581 case OP_PINTERP: in getLatency()
|
D | nv50_ir_emit_nvc0.cpp | 1732 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode() 1770 if (i->op == OP_PINTERP) { in emitINTERP() 1780 assert(i->op == OP_PINTERP); in emitINTERP() 1790 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 17); in emitINTERP() 2707 case OP_PINTERP: in emitInstruction() 2975 if (i->op == OP_PINTERP) { in getMinEncodingSize()
|
D | nv50_ir_from_tgsi.cpp | 1846 if (op == OP_PINTERP) in interpolate() 2289 if (insn->op == OP_PINTERP) { in loadProjTexCoords() 2301 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP) in loadProjTexCoords() 3073 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { in handleINTERP() 3095 op = OP_PINTERP; in handleINTERP() 3137 if (op == OP_PINTERP) { in handleINTERP() 3149 if (op == OP_PINTERP) in handleINTERP() 3152 insn->setSrc(op == OP_PINTERP ? 2 : 1, offset); in handleINTERP()
|
D | nv50_ir_target_nv50.cpp | 122 OP_PINTERP, OP_TEX, OP_TXF in initOpInfo()
|
D | nv50_ir_lowering_gv100.cpp | 468 case OP_PINTERP: in visit()
|
D | nv50_ir_emit_gk110.cpp | 2086 if (i->op == OP_PINTERP) { in emitINTERP() 2101 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 10); in emitINTERP() 2531 case OP_PINTERP: in emitInstruction()
|
D | nv50_ir_print.cpp | 659 if (op == OP_LINTERP || op == OP_PINTERP) in print()
|
D | nv50_ir_build_util.cpp | 162 op = OP_PINTERP; in mkInterp()
|
D | nv50_ir_from_nir.cpp | 1760 nvirOp = OP_PINTERP; in visit() 1777 if (nvirOp == OP_PINTERP) in visit() 1786 if (nvirOp == OP_PINTERP) in visit() 1796 if (nvirOp == OP_PINTERP) in visit()
|
D | nv50_ir_emit_nv50.cpp | 926 if (i->op == OP_PINTERP) { in emitINTERP() 1969 case OP_PINTERP: in emitInstruction()
|
D | nv50_ir.h | 118 OP_PINTERP, enumerator
|
D | nv50_ir_emit_gm107.cpp | 2625 if (insn->op == OP_PINTERP) { in emitIPA() 3686 case OP_PINTERP: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 3406 (i->op == OP_LINTERP || i->op == OP_PINTERP) && in visit()
|
D | nv50_ir_peephole.cpp | 3452 insn->op != OP_PINTERP && // probably just nve4 in visit()
|