Searched refs:OP_PINTERP (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp253 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
547 case OP_PINTERP:
H A Dnv50_ir_emit_nvc0.cpp1288 assert(i->op == OP_PINTERP && i->getSampleMode() == 0);
1304 if (i->op == OP_PINTERP)
1311 assert(i->op == OP_PINTERP);
1321 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 17);
1588 case OP_PINTERP:
1776 if (i->op == OP_PINTERP) {
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp253 { OP_PINTERP, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0 },
547 case OP_PINTERP:
H A Dnv50_ir_emit_nvc0.cpp1288 assert(i->op == OP_PINTERP && i->getSampleMode() == 0);
1304 if (i->op == OP_PINTERP)
1311 assert(i->op == OP_PINTERP);
1321 srcId(i->src(i->op == OP_PINTERP ? 2 : 1), 17);
1588 case OP_PINTERP:
1776 if (i->op == OP_PINTERP) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp506 if (op == OP_LINTERP || op == OP_PINTERP)
H A Dnv50_ir_build_util.cpp161 op = OP_PINTERP;
H A Dnv50_ir_from_tgsi.cpp1194 ? OP_PINTERP : OP_LINTERP;
1215 if (op == OP_PINTERP)
1512 if (insn->op == OP_PINTERP) {
1524 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP)
H A Dnv50_ir_emit_nv50.cpp815 if (i->op == OP_PINTERP) {
1558 case OP_PINTERP:
H A Dnv50_ir.h110 OP_PINTERP, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_from_sm4.cpp1215 (info.in[idx].linear || info.in[idx].flat) ? OP_LINTERP : OP_PINTERP;
1223 if (opr == OP_PINTERP)
H A Dnv50_ir_peephole.cpp1941 insn->op != OP_PINTERP && // probably just nve4
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp506 if (op == OP_LINTERP || op == OP_PINTERP)
H A Dnv50_ir_build_util.cpp161 op = OP_PINTERP;
H A Dnv50_ir_from_tgsi.cpp1194 ? OP_PINTERP : OP_LINTERP;
1215 if (op == OP_PINTERP)
1512 if (insn->op == OP_PINTERP) {
1524 if ((insn = src[c]->getUniqueInsn())->op != OP_PINTERP)
H A Dnv50_ir_emit_nv50.cpp815 if (i->op == OP_PINTERP) {
1558 case OP_PINTERP:
H A Dnv50_ir.h110 OP_PINTERP, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_from_sm4.cpp1215 (info.in[idx].linear || info.in[idx].flat) ? OP_LINTERP : OP_PINTERP;
1223 if (opr == OP_PINTERP)
H A Dnv50_ir_peephole.cpp1941 insn->op != OP_PINTERP && // probably just nve4

Completed in 212 milliseconds