Searched refs:getSampleMode (Results 1 – 7 of 7) sorted by relevance
2606 switch (insn->getSampleMode()) { in emitIPA()2627 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2631 if (insn->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitIPA()2637 if (insn->getSampleMode() != NV50_IR_INTERP_OFFSET) in emitIPA()
1010 switch (insn->getSampleMode()) { in emitIPA()1019 if (insn->getSampleMode() != NV50_IR_INTERP_OFFSET) { in emitIPA()
1732 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); in emitInterpMode()1789 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()2976 if (i->getSampleMode() || true) // XXX: grr, short op doesn't work in getMinEncodingSize()
991 unsigned int getSampleMode() const { return ipa & 0xc; } in getSampleMode() function
930 if (i->getSampleMode() == NV50_IR_INTERP_CENTROID) in emitINTERP()
2292 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords()2306 insn->setInterpolate(NV50_IR_INTERP_PERSPECTIVE | insn->getSampleMode()); in loadProjTexCoords()
2100 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()