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 Dnv50_ir_from_common.cpp70 ? OP_PINTERP : OP_LINTERP;
H A Dnv50_ir_target_gm107.cpp131 case OP_PINTERP:
H A Dnv50_ir_target_nvc0.cpp146 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
571 case OP_PINTERP:
H A Dnv50_ir_print.cpp619 if (op == OP_LINTERP || op == OP_PINTERP)
H A Dnv50_ir_target_nv50.cpp122 OP_PINTERP, OP_TEX, OP_TXF
H A Dnv50_ir_from_tgsi.cpp1864 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 Dnv50_ir_emit_nvc0.cpp1725 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 Dnv50_ir_emit_gk110.cpp2079 if (i->op == OP_PINTERP) {
2094 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 10);
2524 case OP_PINTERP:
H A Dnv50_ir.h116 OP_PINTERP, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp160 op = OP_PINTERP;
H A Dnv50_ir_emit_nv50.cpp919 if (i->op == OP_PINTERP) {
1882 case OP_PINTERP:
H A Dnv50_ir_from_nir.cpp2029 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 Dnv50_ir_from_common.cpp72 ? OP_PINTERP : OP_LINTERP;
H A Dnv50_ir_target_gm107.cpp131 case OP_PINTERP:
H A Dnv50_ir_target_nvc0.cpp146 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
581 case OP_PINTERP:
H A Dnv50_ir_lowering_gv100.cpp468 case OP_PINTERP:
H A Dnv50_ir_target_nv50.cpp122 OP_PINTERP, OP_TEX, OP_TXF
H A Dnv50_ir_from_tgsi.cpp1846 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 Dnv50_ir_emit_nvc0.cpp1732 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 Dnv50_ir_emit_gk110.cpp2086 if (i->op == OP_PINTERP) {
2101 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 32 + 10);
2531 case OP_PINTERP:
H A Dnv50_ir.h118 OP_PINTERP, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp162 op = OP_PINTERP;
H A Dnv50_ir_from_nir.cpp1742 nvirOp = OP_PINTERP;
1759 if (nvirOp == OP_PINTERP)
1768 if (nvirOp == OP_PINTERP)
1778 if (nvirOp == OP_PINTERP)
H A Dnv50_ir_print.cpp659 if (op == OP_LINTERP || op == OP_PINTERP)
H A Dnv50_ir_emit_nv50.cpp926 if (i->op == OP_PINTERP) {
1969 case OP_PINTERP:

Completed in 63 milliseconds

12