Home
last modified time | relevance | path

Searched refs:getSampleMode (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp2606 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()
Dnv50_ir_emit_gv100.cpp1010 switch (insn->getSampleMode()) { in emitIPA()
1019 if (insn->getSampleMode() != NV50_IR_INTERP_OFFSET) { in emitIPA()
Dnv50_ir_emit_nvc0.cpp1732 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()
Dnv50_ir.h991 unsigned int getSampleMode() const { return ipa & 0xc; } in getSampleMode() function
Dnv50_ir_emit_nv50.cpp930 if (i->getSampleMode() == NV50_IR_INTERP_CENTROID) in emitINTERP()
Dnv50_ir_from_tgsi.cpp2292 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords()
2306 insn->setInterpolate(NV50_IR_INTERP_PERSPECTIVE | insn->getSampleMode()); in loadProjTexCoords()
Dnv50_ir_emit_gk110.cpp2100 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()