Searched defs:dwdx (Results 1 - 2 of 2) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h449 GGLfixed dwdx; member in struct:android::shade_t
/system/core/libpixelflinger/
H A Dscanline.cpp1610 ci.ydwdy = interpolate(ys, c->shade.w0, c->shade.dwdx, c->shade.dwdy);
1866 // XXX: we should have a special case when dwdx = 0
1879 int32_t w0 = (xs * c->shade.dwdx) + ci.ydwdy;
1883 const int32_t dwdx = c->shade.dwdx << SPAN_BITS; local
1908 w1 = w0 + dwdx;
1913 w1 = (c->shade.dwdx * span) + w0;
1968 int32_t w = (xs * c->shade.dwdx) + ci.ydwdy;
1991 if (c->shade.dwdx == 0) {
1999 w += c->shade.dwdx * premainde
[all...]

Completed in 42 milliseconds