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 D | nv50_ir_from_common.cpp | 70 ? OP_PINTERP : OP_LINTERP;
|
| H A D | nv50_ir_target_gm107.cpp | 130 case OP_LINTERP:
|
| H A D | nv50_ir_target_nvc0.cpp | 145 { OP_LINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 }, 570 case OP_LINTERP:
|
| H A D | nv50_ir_print.cpp | 619 if (op == OP_LINTERP || op == OP_PINTERP)
|
| H A D | nv50_ir_target_nv50.cpp | 121 OP_MOV, OP_ADD, OP_SUB, OP_MUL, OP_MAD, OP_SAD, OP_RCP, OP_LINTERP,
|
| H A D | nv50_ir.h | 115 OP_LINTERP, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_build_util.cpp | 153 operation op = OP_LINTERP;
|
| H A D | nv50_ir_from_tgsi.cpp | 2309 insn->op = OP_LINTERP; 3054 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { 3073 op = OP_LINTERP;
|
| H A D | nv50_ir_emit_gk110.cpp | 2523 case OP_LINTERP:
|
| H A D | nv50_ir_emit_nv50.cpp | 1881 case OP_LINTERP:
|
| H A D | nv50_ir_emit_gm107.cpp | 3612 case OP_LINTERP:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2699 case OP_LINTERP:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 72 ? OP_PINTERP : OP_LINTERP;
|
| H A D | nv50_ir_target_gm107.cpp | 130 case OP_LINTERP:
|
| H A D | nv50_ir_target_nvc0.cpp | 145 { OP_LINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 }, 580 case OP_LINTERP:
|
| H A D | nv50_ir_lowering_gv100.cpp | 409 ipa = bld.mkOp2(OP_LINTERP, TYPE_F32, i->getDef(0), i->getSrc(0), src2);
|
| H A D | nv50_ir_target_nv50.cpp | 121 OP_MOV, OP_ADD, OP_SUB, OP_MUL, OP_MAD, OP_SAD, OP_RCP, OP_LINTERP,
|
| H A D | nv50_ir.h | 117 OP_LINTERP, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_build_util.cpp | 155 operation op = OP_LINTERP;
|
| H A D | nv50_ir_print.cpp | 659 if (op == OP_LINTERP || op == OP_PINTERP)
|
| H A D | nv50_ir_target_gv100.cpp | 294 case OP_LINTERP: return &opInfo_IPA;
|
| H A D | nv50_ir_from_tgsi.cpp | 2291 insn->op = OP_LINTERP; 3069 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { 3088 op = OP_LINTERP;
|
| H A D | nv50_ir_emit_gv100.cpp | 1851 case OP_LINTERP:
|
| H A D | nv50_ir_emit_gk110.cpp | 2530 case OP_LINTERP:
|
| H A D | nv50_ir_emit_nv50.cpp | 1968 case OP_LINTERP:
|
Completed in 49 milliseconds
12