Searched refs:getSampleMode (Results 1 – 6 of 6) sorted by relevance
2470 switch (insn->getSampleMode()) { in emitIPA()2491 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2495 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2501 if (insn->getSampleMode() != NV50_IR_INTERP_OFFSET) in emitIPA()
910 unsigned int getSampleMode() const { return ipa & 0xc; } in getSampleMode() function
1719 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode()1776 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()2962 if (i->getSampleMode() || 1) // XXX: grr, short op doesn't work in getMinEncodingSize()
923 if (i->getSampleMode() == NV50_IR_INTERP_CENTROID) in emitINTERP()
2338 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords()2352 insn->setInterpolate(NV50_IR_INTERP_PERSPECTIVE | insn->getSampleMode()); in loadProjTexCoords()
2089 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()