Searched refs:OP_PINTERP (Results 1 – 9 of 9) sorted by relevance
253 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },547 case OP_PINTERP: in getLatency()
1288 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()
506 if (op == OP_LINTERP || op == OP_PINTERP) in print()
161 op = OP_PINTERP; in mkInterp()
1194 ? 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()
815 if (i->op == OP_PINTERP) { in emitINTERP()1558 case OP_PINTERP: in emitInstruction()
110 OP_PINTERP, enumerator
1215 (info.in[idx].linear || info.in[idx].flat) ? OP_LINTERP : OP_PINTERP; in interpolate()1223 if (opr == OP_PINTERP) in interpolate()
1941 insn->op != OP_PINTERP && // probably just nve4 in visit()