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

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h470 GGLfixed w0; 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);
1918 int32_t w0 = (xs * c->shade.dwdx) + ci.ydwdy; local
1919 int32_t q0 = gglRecipQ(w0, 30);
1947 w1 = w0 + dwdx;
1952 w1 = (c->shade.dwdx * span) + w0;
1990 w0 = w1;

Completed in 88 milliseconds