Searched refs:OP_LINTERP (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_common.cpp70 ? OP_PINTERP : OP_LINTERP;
H A Dnv50_ir_target_gm107.cpp130 case OP_LINTERP:
H A Dnv50_ir_target_nvc0.cpp145 { OP_LINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
570 case OP_LINTERP:
H A Dnv50_ir_print.cpp619 if (op == OP_LINTERP || op == OP_PINTERP)
H A Dnv50_ir_target_nv50.cpp121 OP_MOV, OP_ADD, OP_SUB, OP_MUL, OP_MAD, OP_SAD, OP_RCP, OP_LINTERP,
H A Dnv50_ir.h115 OP_LINTERP, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp153 operation op = OP_LINTERP;
H A Dnv50_ir_from_tgsi.cpp2309 insn->op = OP_LINTERP;
3054 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) {
3073 op = OP_LINTERP;
H A Dnv50_ir_emit_gk110.cpp2523 case OP_LINTERP:
H A Dnv50_ir_emit_nv50.cpp1881 case OP_LINTERP:
H A Dnv50_ir_emit_gm107.cpp3612 case OP_LINTERP:
H A Dnv50_ir_emit_nvc0.cpp2699 case OP_LINTERP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_common.cpp72 ? OP_PINTERP : OP_LINTERP;
H A Dnv50_ir_target_gm107.cpp130 case OP_LINTERP:
H A Dnv50_ir_target_nvc0.cpp145 { OP_LINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
580 case OP_LINTERP:
H A Dnv50_ir_lowering_gv100.cpp409 ipa = bld.mkOp2(OP_LINTERP, TYPE_F32, i->getDef(0), i->getSrc(0), src2);
H A Dnv50_ir_target_nv50.cpp121 OP_MOV, OP_ADD, OP_SUB, OP_MUL, OP_MAD, OP_SAD, OP_RCP, OP_LINTERP,
H A Dnv50_ir.h117 OP_LINTERP, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp155 operation op = OP_LINTERP;
H A Dnv50_ir_print.cpp659 if (op == OP_LINTERP || op == OP_PINTERP)
H A Dnv50_ir_target_gv100.cpp294 case OP_LINTERP: return &opInfo_IPA;
H A Dnv50_ir_from_tgsi.cpp2291 insn->op = OP_LINTERP;
3069 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) {
3088 op = OP_LINTERP;
H A Dnv50_ir_emit_gv100.cpp1851 case OP_LINTERP:
H A Dnv50_ir_emit_gk110.cpp2530 case OP_LINTERP:
H A Dnv50_ir_emit_nv50.cpp1968 case OP_LINTERP:

Completed in 49 milliseconds

12