Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp686 tc[i].t = ti.ydtdy; in scanline()
689 tc[i].t = (xs * ti.dtdx) + ti.ydtdy; in scanline()
1005 m_t = (xs * ti.dtdx) + ti.ydtdy; in clamp_iterator()
1099 GGLfixed t = (xs * ti.dtdx) + ti.ydtdy; in init()
1698 ti.ydtdy = t.shade.it0; in init_y()
1723 ti.ydtdy= ty << tscale; in init_y()
1727 ti.ydtdy= ty >> -tscale; in init_y()
1841 ti.ydtdy += ti.dtdy; in step_y__generic()
1881 ti.ydtdy += ti.dtdy; in step_y__tmu()
2072 ti.ydtdy = t0 << tscale; in scanline_perspective_single()
[all …]
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp349 CONTEXT_LOAD(txPtr.reg, state.texture[i].iterators.ydtdy); in init_textures()
369 CONTEXT_LOAD(t.reg, state.texture[i].iterators.ydtdy); in init_textures()
372 int ydtdy = scratches.obtain(); in init_textures() local
376 CONTEXT_LOAD(ydtdy, state.texture[i].iterators.ydtdy); in init_textures()
378 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy); in init_textures()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h395 GGLfixed ydtdy;