Lines Matching refs:pScreenInfo
807 exaDriverInit(ScreenPtr pScreen, ExaDriverPtr pScreenInfo) in exaDriverInit() argument
812 if (!pScreenInfo) in exaDriverInit()
815 if (pScreenInfo->exa_major != EXA_VERSION_MAJOR || in exaDriverInit()
816 pScreenInfo->exa_minor > EXA_VERSION_MINOR) { in exaDriverInit()
820 pScreenInfo->exa_major, pScreenInfo->exa_minor, in exaDriverInit()
825 if (!pScreenInfo->CreatePixmap && !pScreenInfo->CreatePixmap2) { in exaDriverInit()
826 if (!pScreenInfo->memoryBase) { in exaDriverInit()
832 if (!pScreenInfo->memorySize) { in exaDriverInit()
838 if (pScreenInfo->offScreenBase > pScreenInfo->memorySize) { in exaDriverInit()
845 if (!pScreenInfo->PrepareSolid) { in exaDriverInit()
851 if (!pScreenInfo->PrepareCopy) { in exaDriverInit()
857 if (!pScreenInfo->WaitMarker) { in exaDriverInit()
872 if (!pScreenInfo->maxPitchPixels && !pScreenInfo->maxPitchBytes) { in exaDriverInit()
873 pScreenInfo->maxPitchPixels = pScreenInfo->maxX; in exaDriverInit()
889 pExaScr->info = pScreenInfo; in exaDriverInit()
925 if (pScreenInfo->PrepareComposite) { in exaDriverInit()
1025 assert(pScreenInfo->PrepareSolid != NULL); in exaDriverInit()
1027 assert(pScreenInfo->PrepareCopy != NULL); in exaDriverInit()
1029 if (pScreenInfo->PrepareComposite != NULL) { in exaDriverInit()
1032 if (pScreenInfo->UploadToScreen != NULL) { in exaDriverInit()
1035 if (pScreenInfo->DownloadFromScreen != NULL) { in exaDriverInit()