Searched refs:tc (Results 1 – 1 of 1) sorted by relevance
661 } tc[GGL_TEXTURE_UNIT_COUNT]; in scanline() local667 tc[i].s = ti.ydsdy; in scanline()668 tc[i].t = ti.ydtdy; in scanline()670 tc[i].s = (xs * ti.dsdx) + ti.ydsdy; in scanline()671 tc[i].t = (xs * ti.dtdx) + ti.ydtdy; in scanline()708 u = wrapping(tc[i].s, w, tx.s_wrap); in scanline()709 tc[i].s += ti.dsdx; in scanline()717 v = wrapping(tc[i].t, h, tx.t_wrap); in scanline()718 tc[i].t += ti.dtdx; in scanline()1885 } tc[GGL_TEXTURE_UNIT_COUNT] __attribute__((aligned(16))); in scanline_perspective() local[all …]