Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:tq

1895                 int32_t t, tq;
1938 tc[i].sqtq.tq = gglMulx(t, q0, iwscale);
2025 int32_t sq, tq, dsdx, dtdx;
2042 tq = gglMulx(t, iw, iwscale);
2044 dtdx = (tq - t0) / premainder;
2056 tq = gglMulx(t, iw, iwscale);
2058 dtdx = (tq - t0) >> SPAN_BITS;
2077 t0 = tq;