Lines Matching refs:tc
679 } tc[GGL_TEXTURE_UNIT_COUNT];
685 tc[i].s = ti.ydsdy;
686 tc[i].t = ti.ydtdy;
688 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
689 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
726 u = wrapping(tc[i].s, w, tx.s_wrap);
727 tc[i].s += ti.dsdx;
735 v = wrapping(tc[i].t, h, tx.t_wrap);
736 tc[i].t += ti.dtdx;
1903 } tc[GGL_TEXTURE_UNIT_COUNT] __attribute__((aligned(16)));
1937 tc[i].sqtq.s = s;
1938 tc[i].sqtq.t = t;
1939 tc[i].sqtq.sq = gglMulx(s, q0, iwscale);
1940 tc[i].sqtq.tq = gglMulx(t, q0, iwscale);
1964 int32_t v = tc[i].st[j].v;
1967 const int32_t v0 = tc[i].st[j].q;
1972 tc[i].st[j].v = v;
1973 tc[i].st[j].q = v1;