Home
last modified time | relevance | path

Searched refs:OP_LINTERP (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_common.cpp72 ? OP_PINTERP : OP_LINTERP; in translateInterpMode()
Dnv50_ir_target_gm107.cpp130 case OP_LINTERP: in isBarrierRequired()
Dnv50_ir_target_nvc0.cpp145 { OP_LINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
580 case OP_LINTERP: in getLatency()
Dnv50_ir_target_nv50.cpp121 OP_MOV, OP_ADD, OP_SUB, OP_MUL, OP_MAD, OP_SAD, OP_RCP, OP_LINTERP, in initOpInfo()
Dnv50_ir_lowering_gv100.cpp409 ipa = bld.mkOp2(OP_LINTERP, TYPE_F32, i->getDef(0), i->getSrc(0), src2); in handlePINTERP()
Dnv50_ir_build_util.cpp155 operation op = OP_LINTERP; in mkInterp()
Dnv50_ir_target_gv100.cpp294 case OP_LINTERP: return &opInfo_IPA; in getOpInfo()
Dnv50_ir_print.cpp659 if (op == OP_LINTERP || op == OP_PINTERP) in print()
Dnv50_ir.h117 OP_LINTERP, enumerator
Dnv50_ir_from_tgsi.cpp2291 insn->op = OP_LINTERP; in loadProjTexCoords()
3073 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { in handleINTERP()
3092 op = OP_LINTERP; in handleINTERP()
Dnv50_ir_emit_gv100.cpp1878 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_nv50.cpp1968 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2530 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2706 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3685 case OP_LINTERP: in emitInstruction()
Dnv50_ir_from_nir.cpp1757 nvirOp = OP_LINTERP; in visit()
Dnv50_ir_peephole.cpp3451 insn->op != OP_LINTERP && // probably just nve4 in visit()
Dnv50_ir_lowering_nvc0.cpp3406 (i->op == OP_LINTERP || i->op == OP_PINTERP) && in visit()