Searched refs:pCMDQPtr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_2dtool.c72 pAST->pCMDQPtr = xf86AllocateOffscreenLinear (pScreen, pAST->CMDQInfo.ulCMDQSize, 8, NULL, NULL, NULL);
74 if (pAST->pCMDQPtr) break;
80 if (pAST->pCMDQPtr)
84 pAST->CMDQInfo.ulCMDQOffsetAddr = pAST->pCMDQPtr->offset*((pScrn->bitsPerPixel + 1) / 8);
H A Dast.h233 FBLinearPtr pCMDQPtr; member in struct:_ASTRec
H A Dast_driver.c742 pAST->pCMDQPtr = NULL;
1051 if (pAST->pCMDQPtr) {
1052 xf86FreeOffscreenLinear(pAST->pCMDQPtr); /* free CMDQ */
1053 pAST->pCMDQPtr = NULL;
1127 if (pAST->pCMDQPtr) {
1128 xf86FreeOffscreenLinear(pAST->pCMDQPtr); /* free CMDQ */
1129 pAST->pCMDQPtr = NULL;
1311 if (pAST->pCMDQPtr) {
1312 xf86FreeOffscreenLinear(pAST->pCMDQPtr); /* free CMDQ */
1313 pAST->pCMDQPtr
[all...]

Completed in 6 milliseconds