Home | History | Annotate | Download | only in glx

Lines Matching defs:msc

1882    int64_t ust, msc, sbc;
1904 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc);
1905 *count = (unsigned) msc;
1920 int64_t ust, msc, sbc;
1940 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc,
1942 *count = (unsigned) msc;
2074 int64_t *ust, int64_t *msc, int64_t *sbc)
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc);
2237 int64_t *msc, int64_t *sbc)
2257 ust, msc, sbc);
2268 int64_t *ust, int64_t *msc, int64_t *sbc)
2284 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc);