Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp644 texture_iterators_t& ti = c->state.texture[i].iterators; in scanline() local
646 tc[i].s = ti.ydsdy; in scanline()
647 tc[i].t = ti.ydtdy; in scanline()
649 tc[i].s = (xs * ti.dsdx) + ti.ydsdy; in scanline()
650 tc[i].t = (xs * ti.dtdx) + ti.ydtdy; in scanline()
681 texture_iterators_t& ti = tx.iterators; in scanline() local
688 tc[i].s += ti.dsdx; in scanline()
697 tc[i].t += ti.dtdx; in scanline()
964 texture_iterators_t& ti = tx.iterators; in clamp_iterator() local
965 m_s = (xs * ti.dsdx) + ti.ydsdy; in clamp_iterator()
[all …]