HomeSort by: relevance | last modified time | path
    Searched defs:have_accel (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xf86-video-suncg14/dist/src/
cg14_driver.c 551 int ret, have_accel = 0; local
569 have_accel = (pCg14->sxreg != NULL) && (pCg14->sxio != NULL);
571 if (have_accel) {
575 have_accel = have_accel & pCg14->use_accel;
576 if (have_accel) {
676 if (have_accel) {
689 have_accel = FALSE;

Completed in 118 milliseconds