Searched refs:OP_PINTERP (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 124 case OP_PINTERP: in isBarrierRequired()
|
D | nv50_ir_target_nvc0.cpp | 145 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 }, 529 case OP_PINTERP: in getLatency()
|
D | nv50_ir_from_tgsi.cpp | 1744 ? OP_PINTERP : OP_LINTERP; in translateInterpMode() 1765 if (op == OP_PINTERP) in interpolate() 2135 if (insn->op == OP_PINTERP) { in loadProjTexCoords() 2147 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP) in loadProjTexCoords() 2867 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { in handleINTERP() 2888 op = OP_PINTERP; in handleINTERP() 2922 if (op == OP_PINTERP) { in handleINTERP() 2934 if (op == OP_PINTERP) in handleINTERP() 2939 insn->setSrc(op == OP_PINTERP ? 2 : 1, offset); in handleINTERP()
|
D | nv50_ir_emit_nvc0.cpp | 1697 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode() 1735 if (i->op == OP_PINTERP) { in emitINTERP() 1745 assert(i->op == OP_PINTERP); in emitINTERP() 1755 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 17); in emitINTERP() 2601 case OP_PINTERP: in emitInstruction() 2866 if (i->op == OP_PINTERP) { in getMinEncodingSize()
|
D | nv50_ir_print.cpp | 580 if (op == OP_LINTERP || op == OP_PINTERP) in print()
|
D | nv50_ir_emit_gk110.cpp | 1964 if (i->op == OP_PINTERP) { in emitINTERP() 1979 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 10); in emitINTERP() 2403 case OP_PINTERP: in emitInstruction()
|
D | nv50_ir_build_util.cpp | 160 op = OP_PINTERP; in mkInterp()
|
D | nv50_ir_emit_nv50.cpp | 919 if (i->op == OP_PINTERP) { in emitINTERP() 1882 case OP_PINTERP: in emitInstruction()
|
D | nv50_ir.h | 113 OP_PINTERP, enumerator
|
D | nv50_ir_emit_gm107.cpp | 2406 if (insn->op == OP_PINTERP) { in emitIPA() 3287 case OP_PINTERP: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 2758 (i->op == OP_LINTERP || i->op == OP_PINTERP) && in visit()
|
D | nv50_ir_peephole.cpp | 2987 insn->op != OP_PINTERP && // probably just nve4 in visit()
|