Searched refs:OP_LINTERP (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_common.cpp | 72 ? OP_PINTERP : OP_LINTERP; in translateInterpMode()
|
D | nv50_ir_target_gm107.cpp | 130 case OP_LINTERP: in isBarrierRequired()
|
D | nv50_ir_target_nvc0.cpp | 145 { OP_LINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 }, 576 case OP_LINTERP: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 121 OP_MOV, OP_ADD, OP_SUB, OP_MUL, OP_MAD, OP_SAD, OP_RCP, OP_LINTERP, in initOpInfo()
|
D | nv50_ir_lowering_gv100.cpp | 405 ipa = bld.mkOp2(OP_LINTERP, TYPE_F32, i->getDef(0), i->getSrc(0), src2); in handlePINTERP()
|
D | nv50_ir_print.cpp | 630 if (op == OP_LINTERP || op == OP_PINTERP) in print()
|
D | nv50_ir_build_util.cpp | 153 operation op = OP_LINTERP; in mkInterp()
|
D | nv50_ir_target_gv100.cpp | 294 case OP_LINTERP: return &opInfo_IPA; in getOpInfo()
|
D | nv50_ir.h | 117 OP_LINTERP, enumerator
|
D | nv50_ir_from_tgsi.cpp | 2267 insn->op = OP_LINTERP; in loadProjTexCoords() 3018 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { in handleINTERP() 3037 op = OP_LINTERP; in handleINTERP()
|
D | nv50_ir_emit_gv100.cpp | 1806 case OP_LINTERP: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1881 case OP_LINTERP: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2523 case OP_LINTERP: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2699 case OP_LINTERP: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3676 case OP_LINTERP: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 1731 nvirOp = OP_LINTERP; in visit()
|
D | nv50_ir_lowering_nvc0.cpp | 3302 (i->op == OP_LINTERP || i->op == OP_PINTERP) && in visit()
|
D | nv50_ir_peephole.cpp | 3426 insn->op != OP_LINTERP && // probably just nve4 in visit()
|