Lines Matching refs:xf86GPUScreens

640         xf86GPUScreens[i]->confScreen = layout->screen;  in xf86platformAddDevice()
644 if (xf86GPUScreens[i]->PreInit && in xf86platformAddDevice()
645 xf86GPUScreens[i]->PreInit(xf86GPUScreens[i], 0)) in xf86platformAddDevice()
646 xf86GPUScreens[i]->configured = TRUE; in xf86platformAddDevice()
648 if (!xf86GPUScreens[i]->configured) { in xf86platformAddDevice()
650 xf86DeleteScreen(xf86GPUScreens[i]); in xf86platformAddDevice()
654 scr_index = AddGPUScreen(xf86GPUScreens[i]->ScreenInit, 0, NULL); in xf86platformAddDevice()
656 xf86DeleteScreen(xf86GPUScreens[i]); in xf86platformAddDevice()
661 dixSetPrivate(&xf86GPUScreens[i]->pScreen->devPrivates, in xf86platformAddDevice()
662 xf86ScreenKey, xf86GPUScreens[i]); in xf86platformAddDevice()
664 CreateScratchPixmapsForScreen(xf86GPUScreens[i]->pScreen); in xf86platformAddDevice()
666 if (xf86GPUScreens[i]->pScreen->CreateScreenResources && in xf86platformAddDevice()
667 !(*xf86GPUScreens[i]->pScreen->CreateScreenResources) (xf86GPUScreens[i]->pScreen)) { in xf86platformAddDevice()
668 RemoveGPUScreen(xf86GPUScreens[i]->pScreen); in xf86platformAddDevice()
669 xf86DeleteScreen(xf86GPUScreens[i]); in xf86platformAddDevice()
675 AttachUnboundGPU(xf86Screens[0]->pScreen, xf86GPUScreens[i]->pScreen); in xf86platformAddDevice()
701 for (j = 0; j < xf86GPUScreens[i]->numEntities; j++) in xf86platformRemoveDevice()
702 if (xf86GPUScreens[i]->entityList[j] == ent_num) { in xf86platformRemoveDevice()
714 xf86GPUScreens[i]->pScreen->CloseScreen(xf86GPUScreens[i]->pScreen); in xf86platformRemoveDevice()
716 RemoveGPUScreen(xf86GPUScreens[i]->pScreen); in xf86platformRemoveDevice()
717 xf86DeleteScreen(xf86GPUScreens[i]); in xf86platformRemoveDevice()