Searched refs:getSampleMode (Results 1 – 4 of 4) sorted by relevance
1288 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode()1320 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()1777 if (i->getSampleMode() || 1) // XXX: grr, short op doesn't work in getMinEncodingSize()
718 unsigned int getSampleMode() const { return ipa & 0xc; } in getSampleMode() function
1515 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords()1529 insn->setInterpolate(NV50_IR_INTERP_PERSPECTIVE | insn->getSampleMode()); in loadProjTexCoords()
819 if (i->getSampleMode() == NV50_IR_INTERP_CENTROID) in emitINTERP()