Lines Matching refs:pGlint
77 GLINTPtr pGlint = GLINTPTR(pScrn);
83 if (pGlint->NoAccel)
263 GLINTPtr pGlint = GLINTPTR(pScrn);
264 GLINTPortPrivPtr pPriv = pGlint->adaptor->pPortPrivates[0].ptr;
282 GLINTPtr pGlint = GLINTPTR(pScrn);
318 pPriv->colorKey = pGlint->videoKey;
328 pGlint->adaptor = adapt;
344 GLINTPtr pGlint = GLINTPTR(pScrn);
382 GLINTPtr pGlint = GLINTPTR(pScrn);
471 GLINTPtr pGlint = GLINTPTR(pScrn);
496 GLINTPtr pGlint = GLINTPTR(pScrn);
508 while (dwords >= pGlint->FIFOSize) {
509 dst = (CARD32*)((char*)pGlint->IOBase + OutputFIFO + 4);
510 GLINT_WAIT(pGlint->FIFOSize);
512 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | (0x15 << 4) |
514 for (i = pGlint->FIFOSize - 1; i; i--, Y += 2, x++) {
528 dwords -= pGlint->FIFOSize - 1;
531 dst = (CARD32*)((char*)pGlint->IOBase + OutputFIFO + 4);
556 GLINTPtr pGlint = GLINTPTR(pScrn);
557 GLINTPortPrivPtr pPriv = pGlint->adaptor->pPortPrivates[0].ptr;
564 while(dwords >= pGlint->FIFOSize) {
565 GLINT_WAIT(pGlint->FIFOSize);
566 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | (0x15 << 4) |
569 (CARD32*)((char*)pGlint->IOBase + OutputFIFO + 4),
570 (CARD32*)src, pGlint->FIFOSize - 1);
571 dwords -= (pGlint->FIFOSize - 1);
572 src += (pGlint->FIFOSize << 2) - 4;
578 (CARD32*)((char*)pGlint->IOBase + OutputFIFO + 4),
585 while(dwords >= pGlint->FIFOSize) {
586 GLINT_WAIT(pGlint->FIFOSize);
587 GLINT_WRITE_REG(((pGlint->FIFOSize - 2) << 16) | (0x15 << 4) |
590 (CARD32*)((char*)pGlint->IOBase + OutputFIFO + 4),
591 (CARD32*)src, pGlint->FIFOSize - 1);
592 dwords -= (pGlint->FIFOSize - 1);
593 src += (pGlint->FIFOSize << 2) - 4;
599 (CARD32*)((char*)pGlint->IOBase + OutputFIFO + 4),
698 GLINTPtr pGlint = GLINTPTR(pScrn);
699 GLINTPortPrivPtr portPriv = pGlint->adaptor->pPortPrivates[0].ptr;
803 GLINTPtr pGlint = GLINTPTR(pScrn);
1056 GLINTPtr pGlint = GLINTPTR(surface->pScrn);
1116 GLINTPtr pGlint = GLINTPTR(pScrn);
1117 GLINTPortPrivPtr portPriv = pGlint->adaptor->pPortPrivates[0].ptr;
1221 pGlint->VideoTimerCallback = Permedia3VideoTimerCallback;
1256 GLINTPtr pGlint = GLINTPTR(pScrn);
1257 GLINTPortPrivPtr pPriv = pGlint->adaptor->pPortPrivates[0].ptr;
1281 pGlint->VideoTimerCallback = NULL;
1285 pGlint->VideoTimerCallback = NULL;