Home | History | Annotate | Download | only in codegen

Lines Matching refs:dPdx

687    if (i->tex.target.isCube() && i->dPdx[0].get() == NULL) {
970 i->op = OP_TEX; // no need to clone dPdx/dPdy later
981 // add dPdx from lane l to lanes dx
983 bld.mkQuadop(qOps[l][0], crd[c], l, i->dPdx[c].get(), crd[c]);
1062 txd->setSrc(arg + c * 2 + 0, txd->dPdx[c]);
1064 txd->dPdx[c].set(NULL);