Searched refs:getSampleMode (Results 1 – 6 of 6) sorted by relevance
2387 switch (insn->getSampleMode()) { in emitIPA()2408 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2412 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2418 if (insn->getSampleMode() != NV50_IR_INTERP_OFFSET) in emitIPA()
899 unsigned int getSampleMode() const { return ipa & 0xc; } in getSampleMode() function
1697 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode()1754 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()2867 if (i->getSampleMode() || 1) // XXX: grr, short op doesn't work in getMinEncodingSize()
923 if (i->getSampleMode() == NV50_IR_INTERP_CENTROID) in emitINTERP()
2138 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords()2152 insn->setInterpolate(NV50_IR_INTERP_PERSPECTIVE | insn->getSampleMode()); in loadProjTexCoords()
1978 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()