Home | History | Annotate | Download | only in glx

Lines Matching defs:msc

1841    int64_t ust, msc, sbc;
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc);
1869 *count = (unsigned) msc;
1885 int64_t ust, msc, sbc;
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc,
1908 *count = (unsigned) msc;
2074 int64_t * ust, int64_t * msc, int64_t * sbc)
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc);
2241 int64_t * msc, int64_t * sbc)
2261 ust, msc, sbc);
2273 int64_t * msc, int64_t * sbc)
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc);