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

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h471 GGLfixed dwdx; member in struct:android::shade_t
/system/core/libpixelflinger/
H A Dscanline.cpp1649 ci.ydwdy = interpolate(ys, c->shade.w0, c->shade.dwdx, c->shade.dwdy);
1905 // XXX: we should have a special case when dwdx = 0
1918 int32_t w0 = (xs * c->shade.dwdx) + ci.ydwdy;
1922 const int32_t dwdx = c->shade.dwdx << SPAN_BITS; local
1947 w1 = w0 + dwdx;
1952 w1 = (c->shade.dwdx * span) + w0;
2007 int32_t w = (xs * c->shade.dwdx) + ci.ydwdy;
2030 if (c->shade.dwdx == 0) {
2038 w += c->shade.dwdx * premainde
[all...]

Completed in 29 milliseconds