Searched refs:exaGetPixmapOffset (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_exa.c76 int dstoff = exaGetPixmapOffset(pDstPixmap);
78 int srcoff = exaGetPixmapOffset(pSrcPixmap);
104 pGlint->srcoff = exaGetPixmapOffset(pSrcPixmap);
170 int offset = exaGetPixmapOffset(pPixmap);
278 unsigned char *dst = pGlint->FbBase + exaGetPixmapOffset(pDst);
307 unsigned char *src = pGlint->FbBase + exaGetPixmapOffset(pSrc);
H A Dpm2_exa.c133 pGlint->srcoff = exaGetPixmapOffset(pSrcPixmap);
144 int dstoff = exaGetPixmapOffset(pDstPixmap);
217 int offset = exaGetPixmapOffset(pPixmap);
248 int offset = exaGetPixmapOffset(pDst);
310 unsigned char *src = pGlint->FbBase + exaGetPixmapOffset(pSrc);
426 pGlint->mskoff = exaGetPixmapOffset(pMask);
437 pGlint->srcoff = exaGetPixmapOffset(pSrc);
558 dstoff = exaGetPixmapOffset(pDst);
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_exa.c121 pCg6->srcoff = exaGetPixmapOffset(pSrcPixmap) / pCg6->width;
143 doff = exaGetPixmapOffset(pDstPixmap) / pCg6->width;
177 pCg6->srcoff = exaGetPixmapOffset(pPixmap) / pCg6->width;
226 int dst_line = y + exaGetPixmapOffset(pDst) / pCg6->width;
287 uint8_t *src = pCg6->fb + exaGetPixmapOffset(pSrc);
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_accel.c82 pTcx->srcoff = exaGetPixmapOffset(pSrcPixmap) >> pTcx->pitchshift;
112 doff = exaGetPixmapOffset(pDstPixmap) >> pTcx->pitchshift;
199 if (exaGetPixmapOffset(pPixmap) != 0)
290 char *dst = pTcx->fb + exaGetPixmapOffset(pDst);
318 char *src = pTcx->fb + exaGetPixmapOffset(pSrc);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_exa.c77 dstoff = exaGetPixmapOffset(pDstPixmap);
79 srcoff = exaGetPixmapOffset(pSrcPixmap);
149 off = exaGetPixmapOffset(pPixmap);
216 unsigned char *dst = pNv->FbStart + exaGetPixmapOffset(pDst);
247 unsigned char *src = pNv->FbStart + exaGetPixmapOffset(pSrc);
H A Dg80_exa.c62 G80DmaNext (pNv, exaGetPixmapOffset(pSrc));
89 G80DmaNext (pNv, exaGetPixmapOffset(pDst));
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_exa.c86 cAcl->srcoffset = exaGetPixmapOffset(pSrcPixmap);
114 int dst = exaGetPixmapOffset(pDstPixmap);
193 int dst = exaGetPixmapOffset(pPixmap);
216 unsigned char *dst = cPtr->FbBase + exaGetPixmapOffset(pDst);
245 unsigned char *src = cPtr->FbBase + exaGetPixmapOffset(pSrc);
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_accel.c86 int srcoff = exaGetPixmapOffset(pSrcPixmap);
119 int srcoff = exaGetPixmapOffset(pSrcPixmap);
153 int dstoff = exaGetPixmapOffset(pDstPixmap);
238 int offset = exaGetPixmapOffset(pPixmap);
H A Dsummit_accel.c126 int dstoff = exaGetPixmapOffset(pDstPixmap);
127 int srcoff = exaGetPixmapOffset(pSrcPixmap);
204 int ofs = exaGetPixmapOffset(pPixmap);
260 int ofs = exaGetPixmapOffset(pDst);
309 int ofs = exaGetPixmapOffset(pSrc);
343 int ofs = exaGetPixmapOffset(pPixmap);
480 ofs = exaGetPixmapOffset(dst);
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dblade_exa.c138 int dst_off = exaGetPixmapOffset(pPixmap) / 8;
168 int src_off = exaGetPixmapOffset(pSrcPixmap) / 8;
170 int dst_off = exaGetPixmapOffset(pDstPixmap) / 8;
H A Dxp4_exa.c136 unsigned int dorg = exaGetPixmapOffset(pPixmap);
190 unsigned int sorg = exaGetPixmapOffset(pSrcPixmap);
191 unsigned int dorg = exaGetPixmapOffset(pDstPixmap);
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_accel.c136 fPtr->srcoff = exaGetPixmapOffset(pSrcPixmap) >> fPtr->shift;
177 dstoff = exaGetPixmapOffset(pDstPixmap) >> fPtr->shift;
236 dstoff = exaGetPixmapOffset(pPixmap) >> fPtr->shift;
255 unsigned char *dst = fPtr->fbmem + exaGetPixmapOffset(pDst);
285 unsigned char *src = fPtr->fbmem + exaGetPixmapOffset(pSrc);
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_accel.c133 int srcoff = exaGetPixmapOffset(pSrcPixmap);
161 int dstoff = exaGetPixmapOffset(pDstPixmap);
239 int offset = exaGetPixmapOffset(pPixmap);
264 uint32_t *dst = (uint32_t *)(pMgx->fb + exaGetPixmapOffset(pDst));
291 uint32_t *src = (uint32_t *)(pMgx->fb + exaGetPixmapOffset(pSrc));
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_exa.c207 if (psav->bTiled && exaGetPixmapOffset(pPixmap) == 0) {
297 psav->pbd_offset = exaGetPixmapOffset(pPixmap);
366 psav->sbd_offset = exaGetPixmapOffset(pSrcPixmap);
367 psav->pbd_offset = exaGetPixmapOffset(pDstPixmap);
459 dst_yoffset = exaGetPixmapOffset(pDst) + y * dst_pitch;
511 psav->sbd_offset = exaGetPixmapOffset(pDst);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_exa_h2.c195 CARD32 dstOffset = exaGetPixmapOffset(pPixmap);
237 tdc->srcOffset = exaGetPixmapOffset(pSrcPixmap);
260 CARD32 dstOffset = exaGetPixmapOffset(pDstPixmap), val;
415 v3d->setDestination(v3d, exaGetPixmapOffset(pDst),
465 offset = exaGetPixmapOffset(pSrc);
479 offset = exaGetPixmapOffset(pMask);
H A Dvia_exa_h6.c196 CARD32 dstOffset = exaGetPixmapOffset(pPixmap);
238 tdc->srcOffset = exaGetPixmapOffset(pSrcPixmap);
261 CARD32 dstOffset = exaGetPixmapOffset(pDstPixmap), val;
428 v3d->setDestination(v3d, exaGetPixmapOffset(pDst),
478 offset = exaGetPixmapOffset(pSrc);
492 offset = exaGetPixmapOffset(pMask);
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_exa.c114 pPnozz->srcoff = exaGetPixmapOffset(pSrcPixmap) / pPnozz->width;
134 int doff = exaGetPixmapOffset(pDstPixmap) / pPnozz->width;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr_draw.c69 pPix->devPrivate.ptr = fakexa->exa->memoryBase + exaGetPixmapOffset(pPix);
319 src = fakexa->exa->memoryBase + exaGetPixmapOffset(pSrc);
356 dst = fakexa->exa->memoryBase + exaGetPixmapOffset(pDst);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_draw.c69 pPix->devPrivate.ptr = fakexa->exa->memoryBase + exaGetPixmapOffset(pPix);
328 src = fakexa->exa->memoryBase + exaGetPixmapOffset(pSrc);
365 dst = fakexa->exa->memoryBase + exaGetPixmapOffset(pDst);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.h211 * framebuffer. This likely means using exaGetPixmapOffset() and
294 * pixmaps, probably using exaGetPixmapOffset() and exaGetPixmapPitch().
791 exaGetPixmapOffset(PixmapPtr pPix);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_exa.c198 OUTREG(MGAREG_DSTORG, exaGetPixmapOffset(pPixmap));
242 OUTREG(MGAREG_SRCORG, exaGetPixmapOffset(pSrc));
243 OUTREG(MGAREG_DSTORG, exaGetPixmapOffset(pDst));
429 OUTREG(MGAREG_TEXORG, exaGetPixmapOffset(pSrc));
532 OUTREG(MGAREG_DSTORG, exaGetPixmapOffset(pDst));
718 OUTREG(MGAREG_DSTORG, exaGetPixmapOffset(pDst));
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_accel.c136 p->srcoff = exaGetPixmapOffset(pSrcPixmap);
154 dstoff = exaGetPixmapOffset(pDstPixmap);
635 dstoff = exaGetPixmapOffset(pDstPixmap);
1170 dstoff = exaGetPixmapOffset(pPixmap);
1204 char *dst = p->fb + exaGetPixmapOffset(pDst);
1235 char *src = p->fb + exaGetPixmapOffset(pSrc);
1358 p->mskoff = exaGetPixmapOffset(pMask);
1369 p->srcoff = exaGetPixmapOffset(pSrc);
1432 dstoff = exaGetPixmapOffset(pDst);
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_exa_render.c118 R128CopySwap(info->ExaDriver->memoryBase + exaGetPixmapOffset(pPix), (uint8_t*)&solid, 4,
121 R128CopySwap(info->ExaDriver->memoryBase + exaGetPixmapOffset(pPix), (uint8_t*)&solid, 4,
126 memcpy(info->ExaDriver->memoryBase + exaGetPixmapOffset(pPix), &solid, 4);
593 OUT_RING(exaGetPixmapOffset(pSrc));
623 OUT_RING(exaGetPixmapOffset(pMask));
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_exa.c88 pFfb->srcoff = exaGetPixmapOffset(pSrcPixmap);
319 pFfb->mskoff = exaGetPixmapOffset(pMask);
330 pFfb->srcoff = exaGetPixmapOffset(pSrc);
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128exa.c264 unsigned int sorg = exaGetPixmapOffset(src);
276 unsigned int dorg = exaGetPixmapOffset(dst);
288 unsigned int torg = exaGetPixmapOffset(tex);

Completed in 31 milliseconds

12