Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:tq

1858                 int32_t t, tq;
1901 tc[i].tq = gglMulx(t, q0, iwscale);
1988 int32_t sq, tq, dsdx, dtdx;
2005 tq = gglMulx(t, iw, iwscale);
2007 dtdx = (tq - t0) / premainder;
2019 tq = gglMulx(t, iw, iwscale);
2021 dtdx = (tq - t0) >> SPAN_BITS;
2040 t0 = tq;