Home
last modified time | relevance | path

Searched refs:OP_PINTERP (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_common.cpp72 ? OP_PINTERP : OP_LINTERP; in translateInterpMode()
Dnv50_ir_target_gm107.cpp131 case OP_PINTERP: in isBarrierRequired()
Dnv50_ir_target_nvc0.cpp146 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
577 case OP_PINTERP: in getLatency()
Dnv50_ir_emit_nvc0.cpp1725 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode()
1763 if (i->op == OP_PINTERP) { in emitINTERP()
1773 assert(i->op == OP_PINTERP); in emitINTERP()
1783 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 17); in emitINTERP()
2700 case OP_PINTERP: in emitInstruction()
2968 if (i->op == OP_PINTERP) { in getMinEncodingSize()
Dnv50_ir_from_tgsi.cpp1822 if (op == OP_PINTERP) in interpolate()
2265 if (insn->op == OP_PINTERP) { in loadProjTexCoords()
2277 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP) in loadProjTexCoords()
3018 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { in handleINTERP()
3040 op = OP_PINTERP; in handleINTERP()
3074 if (op == OP_PINTERP) { in handleINTERP()
3086 if (op == OP_PINTERP) in handleINTERP()
3089 insn->setSrc(op == OP_PINTERP ? 2 : 1, offset); in handleINTERP()
Dnv50_ir_target_nv50.cpp122 OP_PINTERP, OP_TEX, OP_TXF in initOpInfo()
Dnv50_ir_lowering_gv100.cpp464 case OP_PINTERP: in visit()
Dnv50_ir_emit_gk110.cpp2079 if (i->op == OP_PINTERP) { in emitINTERP()
2094 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 10); in emitINTERP()
2524 case OP_PINTERP: in emitInstruction()
Dnv50_ir_print.cpp630 if (op == OP_LINTERP || op == OP_PINTERP) in print()
Dnv50_ir_build_util.cpp160 op = OP_PINTERP; in mkInterp()
Dnv50_ir_from_nir.cpp1734 nvirOp = OP_PINTERP; in visit()
1751 if (nvirOp == OP_PINTERP) in visit()
1760 if (nvirOp == OP_PINTERP) in visit()
1770 if (nvirOp == OP_PINTERP) in visit()
Dnv50_ir_emit_nv50.cpp919 if (i->op == OP_PINTERP) { in emitINTERP()
1882 case OP_PINTERP: in emitInstruction()
Dnv50_ir.h118 OP_PINTERP, enumerator
Dnv50_ir_emit_gm107.cpp2616 if (insn->op == OP_PINTERP) { in emitIPA()
3677 case OP_PINTERP: in emitInstruction()
Dnv50_ir_peephole.cpp3427 insn->op != OP_PINTERP && // probably just nve4 in visit()
Dnv50_ir_lowering_nvc0.cpp3302 (i->op == OP_LINTERP || i->op == OP_PINTERP) && in visit()