Searched refs:OP_PINTERP (Results 1 - 25 of 31) 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 | 131 case OP_PINTERP:
|
| H A D | nv50_ir_target_nvc0.cpp | 146 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 }, 571 case OP_PINTERP:
|
| H A D | nv50_ir_print.cpp | 619 if (op == OP_LINTERP || op == OP_PINTERP)
|
| H A D | nv50_ir_target_nv50.cpp | 122 OP_PINTERP, OP_TEX, OP_TXF
|
| H A D | nv50_ir_from_tgsi.cpp | 1864 if (op == OP_PINTERP) 2307 if (insn->op == OP_PINTERP) { 2319 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP) 3054 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { 3076 op = OP_PINTERP; 3110 if (op == OP_PINTERP) { 3122 if (op == OP_PINTERP) 3125 insn->setSrc(op == OP_PINTERP ? 2 : 1, offset);
|
| H A D | nv50_ir_emit_nvc0.cpp | 1725 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); 1763 if (i->op == OP_PINTERP) { 1773 assert(i->op == OP_PINTERP); 1783 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 17); 2700 case OP_PINTERP: 2968 if (i->op == OP_PINTERP) {
|
| H A D | nv50_ir_emit_gk110.cpp | 2079 if (i->op == OP_PINTERP) { 2094 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 10); 2524 case OP_PINTERP:
|
| H A D | nv50_ir.h | 116 OP_PINTERP, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_build_util.cpp | 160 op = OP_PINTERP;
|
| H A D | nv50_ir_emit_nv50.cpp | 919 if (i->op == OP_PINTERP) { 1882 case OP_PINTERP:
|
| H A D | nv50_ir_from_nir.cpp | 2029 if (nvirOp == OP_PINTERP) 2038 if (nvirOp == OP_PINTERP) 2048 if (nvirOp == OP_PINTERP)
|
| /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 | 131 case OP_PINTERP:
|
| H A D | nv50_ir_target_nvc0.cpp | 146 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 }, 581 case OP_PINTERP:
|
| H A D | nv50_ir_lowering_gv100.cpp | 468 case OP_PINTERP:
|
| H A D | nv50_ir_target_nv50.cpp | 122 OP_PINTERP, OP_TEX, OP_TXF
|
| H A D | nv50_ir_from_tgsi.cpp | 1846 if (op == OP_PINTERP) 2289 if (insn->op == OP_PINTERP) { 2301 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP) 3069 if (insn->op != OP_LINTERP && insn->op != OP_PINTERP) { 3091 op = OP_PINTERP; 3133 if (op == OP_PINTERP) { 3145 if (op == OP_PINTERP) 3148 insn->setSrc(op == OP_PINTERP ? 2 : 1, offset);
|
| H A D | nv50_ir_emit_nvc0.cpp | 1732 assert(i->op == OP_PINTERP && i->getSampleMode() == 0); 1770 if (i->op == OP_PINTERP) { 1780 assert(i->op == OP_PINTERP); 1790 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 17); 2707 case OP_PINTERP: 2975 if (i->op == OP_PINTERP) {
|
| H A D | nv50_ir_emit_gk110.cpp | 2086 if (i->op == OP_PINTERP) { 2101 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 10); 2531 case OP_PINTERP:
|
| H A D | nv50_ir.h | 118 OP_PINTERP, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_build_util.cpp | 162 op = OP_PINTERP;
|
| H A D | nv50_ir_from_nir.cpp | 1742 nvirOp = OP_PINTERP; 1759 if (nvirOp == OP_PINTERP) 1768 if (nvirOp == OP_PINTERP) 1778 if (nvirOp == OP_PINTERP)
|
| H A D | nv50_ir_print.cpp | 659 if (op == OP_LINTERP || op == OP_PINTERP)
|
| H A D | nv50_ir_emit_nv50.cpp | 926 if (i->op == OP_PINTERP) { 1969 case OP_PINTERP:
|
Completed in 63 milliseconds
12