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

/system/core/include/private/pixelflinger/
H A Dggl_context.h367 int32_t idsdx; member in struct:android::texture_shade_t::__anon324::__anon325
/system/core/libpixelflinger/
H A Dscanline.cpp1690 t.shade.is0, t.shade.idsdx, t.shade.idsdy);
1693 ti.dsdx = t.shade.idsdx << sscale;
1697 ti.dsdx = t.shade.idsdx >> -sscale;
1914 (tmu.shade.idsdy * ys) + (tmu.shade.idsdx * xs) +
1915 ((tmu.shade.idsdx + tmu.shade.idsdy)>>1);
2000 (tmu.shade.idsdy * ys) + (tmu.shade.idsdx * xs) +
2001 ((tmu.shade.idsdx + tmu.shade.idsdy)>>1);
2023 s += tmu.shade.idsdx * premainder;
2036 s += tmu.shade.idsdx << SPAN_BITS;
H A Dpixelflinger.cpp454 u.shade.idsdx = grad[1];

Completed in 263 milliseconds