Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp253 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
547 case OP_PINTERP: in getLatency()
Dnv50_ir_emit_nvc0.cpp1288 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode()
1304 if (i->op == OP_PINTERP) in emitINTERP()
1311 assert(i->op == OP_PINTERP); in emitINTERP()
1321 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 17); in emitINTERP()
1588 case OP_PINTERP: in emitInstruction()
1776 if (i->op == OP_PINTERP) { in getMinEncodingSize()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_print.cpp506 if (op == OP_LINTERP || op == OP_PINTERP) in print()
Dnv50_ir_build_util.cpp161 op = OP_PINTERP; in mkInterp()
Dnv50_ir_from_tgsi.cpp1194 ? OP_PINTERP : OP_LINTERP; in translateInterpMode()
1215 if (op == OP_PINTERP) in interpolate()
1512 if (insn->op == OP_PINTERP) { in loadProjTexCoords()
1524 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP) in loadProjTexCoords()
Dnv50_ir_emit_nv50.cpp815 if (i->op == OP_PINTERP) { in emitINTERP()
1558 case OP_PINTERP: in emitInstruction()
Dnv50_ir.h110 OP_PINTERP, enumerator
Dnv50_ir_from_sm4.cpp1215 (info.in[idx].linear || info.in[idx].flat) ? OP_LINTERP : OP_PINTERP; in interpolate()
1223 if (opr == OP_PINTERP) in interpolate()
Dnv50_ir_peephole.cpp1941 insn->op != OP_PINTERP && // probably just nve4 in visit()