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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp350 CONTEXT_LOAD(txPtr.reg, state.texture[i].iterators.ydtdy);
363 // t = (x * dtdx)>>16 + ydtdy
370 CONTEXT_LOAD(t.reg, state.texture[i].iterators.ydtdy);
373 int ydtdy = scratches.obtain(); local
377 CONTEXT_LOAD(ydtdy, state.texture[i].iterators.ydtdy);
379 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy);
/system/core/libpixelflinger/
H A Dscanline.cpp684 tc[i].t = ti.ydtdy;
687 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
1003 m_t = (xs * ti.dtdx) + ti.ydtdy;
1097 GGLfixed t = (xs * ti.dtdx) + ti.ydtdy;
1696 ti.ydtdy = t.shade.it0;
1721 ti.ydtdy= ty << tscale;
1725 ti.ydtdy= ty >> -tscale;
1839 ti.ydtdy += ti.dtdy;
1879 ti.ydtdy += ti.dtdy;
2070 ti.ydtdy
[all...]
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h395 GGLfixed ydtdy; member in struct:android::texture_iterators_t::__anon1471::__anon1472

Completed in 38 milliseconds