Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/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 },
576 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.cpp405 ipa = bld.mkOp2(OP_LINTERP, TYPE_F32, i->getDef(0), i->getSrc(0), src2); in handlePINTERP()
Dnv50_ir_print.cpp630 if (op == OP_LINTERP || op == OP_PINTERP) in print()
Dnv50_ir_build_util.cpp153 operation op = OP_LINTERP; in mkInterp()
Dnv50_ir_target_gv100.cpp294 case OP_LINTERP: return &opInfo_IPA; in getOpInfo()
Dnv50_ir.h117 OP_LINTERP, enumerator
Dnv50_ir_from_tgsi.cpp2267 insn->op = OP_LINTERP; in loadProjTexCoords()
3018 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { in handleINTERP()
3037 op = OP_LINTERP; in handleINTERP()
Dnv50_ir_emit_gv100.cpp1806 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_nv50.cpp1881 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2523 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2699 case OP_LINTERP: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3676 case OP_LINTERP: in emitInstruction()
Dnv50_ir_from_nir.cpp1731 nvirOp = OP_LINTERP; in visit()
Dnv50_ir_lowering_nvc0.cpp3302 (i->op == OP_LINTERP || i->op == OP_PINTERP) && in visit()
Dnv50_ir_peephole.cpp3426 insn->op != OP_LINTERP && // probably just nve4 in visit()