Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp2387 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()
Dnv50_ir.h899 unsigned int getSampleMode() const { return ipa & 0xc; } in getSampleMode() function
Dnv50_ir_emit_nvc0.cpp1697 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()
Dnv50_ir_emit_nv50.cpp923 if (i->getSampleMode() == NV50_IR_INTERP_CENTROID) in emitINTERP()
Dnv50_ir_from_tgsi.cpp2138 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); in loadProjTexCoords()
2152 insn->setInterpolate(NV50_IR_INTERP_PERSPECTIVE | insn->getSampleMode()); in loadProjTexCoords()
Dnv50_ir_emit_gk110.cpp1978 if (i->getSampleMode() == NV50_IR_INTERP_OFFSET) in emitINTERP()