Searched refs:getSampleMode (Results 1 – 7 of 7) sorted by relevance
963 switch (insn->getSampleMode()) { in emitIPA()972 if (insn->getSampleMode() != NV50_IR_INTERP_OFFSET) { in emitIPA()
2597 switch (insn->getSampleMode()) { in emitIPA()2618 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2622 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2628 if (insn->getSampleMode() != NV50_IR_INTERP_OFFSET) in emitIPA()
1725 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode()1782 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()2969 if (i->getSampleMode() || 1) // XXX: grr, short op doesn't work in getMinEncodingSize()
963 unsigned int getSampleMode() const { return ipa & 0xc; } in getSampleMode() function
923 if (i->getSampleMode() == NV50_IR_INTERP_CENTROID) in emitINTERP()
2268 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords()2282 insn->setInterpolate(NV50_IR_INTERP_PERSPECTIVE | insn->getSampleMode()); in loadProjTexCoords()
2093 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()