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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp354 CONTEXT_LOAD(txPtr.reg, state.texture[i].iterators.ydtdy);
367 // t = (x * dtdx)>>16 + ydtdy
374 CONTEXT_LOAD(t.reg, state.texture[i].iterators.ydtdy);
377 int ydtdy = scratches.obtain(); local
381 CONTEXT_LOAD(ydtdy, state.texture[i].iterators.ydtdy);
383 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy);
/system/core/libpixelflinger/
H A Dscanline.cpp668 tc[i].t = ti.ydtdy;
671 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
987 m_t = (xs * ti.dtdx) + ti.ydtdy;
1081 GGLfixed t = (xs * ti.dtdx) + ti.ydtdy;
1680 ti.ydtdy = t.shade.it0;
1705 ti.ydtdy= ty << tscale;
1709 ti.ydtdy= ty >> -tscale;
1823 ti.ydtdy += ti.dtdy;
1863 ti.ydtdy += ti.dtdy;
2054 ti.ydtdy
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h393 GGLfixed ydtdy; member in struct:android::texture_iterators_t::__anon327::__anon328

Completed in 67 milliseconds