Searched refs:w0 (Results 1 - 3 of 3) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h468 GGLfixed w0; member in struct:android::shade_t
/system/core/libpixelflinger/
H A Dpixelflinger.cpp263 c->shade.w0 = grad[0];
805 c->shade.w0 = FIXED_ONE;
H A Dscanline.cpp1631 ci.ydwdy = interpolate(ys, c->shade.w0, c->shade.dwdx, c->shade.dwdy);
1900 int32_t w0 = (xs * c->shade.dwdx) + ci.ydwdy; local
1901 int32_t q0 = gglRecipQ(w0, 30);
1929 w1 = w0 + dwdx;
1934 w1 = (c->shade.dwdx * span) + w0;
1972 w0 = w1;

Completed in 76 milliseconds