Home | History | Annotate | Download | only in glx

Lines Matching refs:ust

1841    int64_t ust, msc, sbc;
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc);
1885 int64_t ust, msc, sbc;
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc,
2074 int64_t * ust, int64_t * msc, int64_t * sbc)
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc);
2240 int64_t remainder, int64_t * ust,
2261 ust, msc, sbc);
2272 int64_t target_sbc, int64_t * ust,
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc);
2686 * Get the unadjusted system time (UST). Currently, the UST is measured in
2687 * microseconds since Epoc. The actual resolution of the UST may vary from
2692 * \param ust Location to store the 64-bit UST
2700 __glXGetUST(int64_t * ust)
2704 if (ust == NULL) {
2709 ust[0] = (tv.tv_sec * 1000000) + tv.tv_usec;