Searched refs:exaGetPixmapPitch (Results 1 - 25 of 63) sorted by relevance

123

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_exa.c85 cAcl->srcpitch = exaGetPixmapPitch(pSrcPixmap);
93 ctSETPITCH(cAcl->srcpitch, exaGetPixmapPitch(pDstPixmap));
115 int dstpitch = exaGetPixmapPitch(pDstPixmap);
170 int pitch = exaGetPixmapPitch(pPixmap);
197 dst += x1 * cAcl->BytesPerPixel + y1 * exaGetPixmapPitch(pPixmap);
217 int dst_pitch = exaGetPixmapPitch(pDst);
246 int src_pitch = exaGetPixmapPitch(pSrc);
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_accel.c137 fPtr->srcpitch = exaGetPixmapPitch(pSrcPixmap) >> fPtr->shift;
141 (exaGetPixmapPitch(pDstPixmap) >> fPtr->shift) - 1);
176 dstpitch = exaGetPixmapPitch(pDstPixmap) >> fPtr->shift;
213 (exaGetPixmapPitch(pPixmap) >> fPtr->shift) - 1);
235 dstpitch = exaGetPixmapPitch(pPixmap) >> fPtr->shift;
256 int dst_pitch = exaGetPixmapPitch(pDst);
286 int src_pitch = exaGetPixmapPitch(pSrc);
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_accel.c83 pTcx->srcpitch = exaGetPixmapPitch(pSrcPixmap) >> pTcx->pitchshift;
113 dpitch = exaGetPixmapPitch(pDstPixmap) >> pTcx->pitchshift;
227 dpitch = exaGetPixmapPitch(pPixmap) >> pTcx->pitchshift;
291 int dst_pitch = exaGetPixmapPitch(pDst);
319 int src_pitch = exaGetPixmapPitch(pSrc);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_exa.c77 int dstpitch = exaGetPixmapPitch(pDstPixmap);
79 int srcpitch = exaGetPixmapPitch(pSrcPixmap);
171 int pitch = exaGetPixmapPitch(pPixmap);
279 int dst_pitch = exaGetPixmapPitch(pDst);
308 int src_pitch = exaGetPixmapPitch(pSrc);
H A Dpm2_exa.c145 int pitch = exaGetPixmapPitch(pDstPixmap);
218 int pitch = exaGetPixmapPitch(pPixmap);
251 int dst_pitch = exaGetPixmapPitch(pDst);
311 int src_pitch = exaGetPixmapPitch(pSrc);
427 pGlint->mskpitch = exaGetPixmapPitch(pMask);
438 pGlint->srcpitch = exaGetPixmapPitch(pSrc);
559 dstpitch = exaGetPixmapPitch(pDst);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_exa.c76 dstpitch = exaGetPixmapPitch(pDstPixmap);
78 srcpitch = exaGetPixmapPitch(pSrcPixmap);
163 pitch = exaGetPixmapPitch(pPixmap);
217 int dst_pitch = exaGetPixmapPitch(pDst);
248 int src_pitch = exaGetPixmapPitch(pSrc);
H A Dg80_exa.c58 G80DmaNext (pNv, exaGetPixmapPitch(pSrc));
85 G80DmaNext (pNv, exaGetPixmapPitch(pDst));
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_exa_h2.c173 if (exaGetPixmapPitch(pPixmap) & 7)
196 CARD32 dstPitch = exaGetPixmapPitch(pPixmap);
231 if ((tdc->srcPitch = exaGetPixmapPitch(pSrcPixmap)) & 3)
234 if (exaGetPixmapPitch(pDstPixmap) & 7)
261 CARD32 dstPitch = exaGetPixmapPitch(pDstPixmap);
416 exaGetPixmapPitch(pDst), pDstPicture->format);
470 exaGetPixmapPitch(pSrc), pVia->nPOT[curTex],
486 exaGetPixmapPitch(pMask), pVia->nPOT[curTex],
H A Dvia_exa_h6.c174 if (exaGetPixmapPitch(pPixmap) & 7)
197 CARD32 dstPitch = exaGetPixmapPitch(pPixmap);
232 if ((tdc->srcPitch = exaGetPixmapPitch(pSrcPixmap)) & 3)
235 if (exaGetPixmapPitch(pDstPixmap) & 7)
262 CARD32 dstPitch = exaGetPixmapPitch(pDstPixmap);
429 exaGetPixmapPitch(pDst), pDstPicture->format);
483 exaGetPixmapPitch(pSrc), pVia->nPOT[curTex],
499 exaGetPixmapPitch(pMask), pVia->nPOT[curTex],
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_accel.c85 int srcpitch = exaGetPixmapPitch(pSrcPixmap);
118 int srcpitch = exaGetPixmapPitch(pSrcPixmap);
152 int dstpitch = exaGetPixmapPitch(pDstPixmap);
237 int pitch = exaGetPixmapPitch(pPixmap);
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dxp4_exa.c137 unsigned int dptch = exaGetPixmapPitch(pPixmap);
192 unsigned int sptch = exaGetPixmapPitch(pSrcPixmap);
193 unsigned int dptch = exaGetPixmapPitch(pDstPixmap);
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_accel.c132 int srcpitch = exaGetPixmapPitch(pSrcPixmap);
160 int dstpitch = exaGetPixmapPitch(pDstPixmap);
238 int pitch = exaGetPixmapPitch(pPixmap);
266 int i, dst_pitch = exaGetPixmapPitch(pDst) >> 2;
293 int i, src_pitch = exaGetPixmapPitch(pSrc) >> 2;
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_exa.c239 src_pitch = exaGetPixmapPitch(pSrcPixmap) / (pSrcPixmap->drawable.bitsPerPixel >> 3);
240 dst_pitch = exaGetPixmapPitch(pDstPixmap) / (pDstPixmap->drawable.bitsPerPixel >> 3);
388 dst_pitch = exaGetPixmapPitch(pPixmap) / (pPixmap->drawable.bitsPerPixel >> 3);
488 int src_pitch = exaGetPixmapPitch(pSrc);
530 dst_pixelpitch = exaGetPixmapPitch(pDst) / (pDst->drawable.bitsPerPixel >> 3);
630 int src_pitch = exaGetPixmapPitch(pSrc) / (pSrc->drawable.bitsPerPixel >> 3);
631 int dst_pitch = exaGetPixmapPitch(pDst) / (pDst->drawable.bitsPerPixel >> 3);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_exa.c303 int pitch = exaGetPixmapPitch(pxMap);
327 int pitch = exaGetPixmapPitch(pxMap);
338 int dpitch = exaGetPixmapPitch(pxDst);
350 exaScratch.srcPitch = exaGetPixmapPitch(pxSrc);
365 int dstPitch = exaGetPixmapPitch(pxDst);
729 exaScratch.srcPitch = exaGetPixmapPitch(pxMsk);
747 exaScratch.srcPitch = exaGetPixmapPitch(pxSrc);
817 (exaGetPixmapPitch((px)) * (y)) + \
835 pixmapPitch = exaGetPixmapPitch(pxDst);
848 gp_set_strides(exaGetPixmapPitch(pxDs
[all...]
H A Dgx_accel.c1496 int dst_pitch = exaGetPixmapPitch(pDst);
1512 int src_pitch = exaGetPixmapPitch(pSrc);
1527 int dstPitch = exaGetPixmapPitch(pxMap);
1551 int pitch = exaGetPixmapPitch(pxMap);
1570 int dstPitch = exaGetPixmapPitch(pxDst);
1582 pGeode->cpySrcPitch = exaGetPixmapPitch(pxSrc);
1606 int dstPitch = exaGetPixmapPitch(pxDst);
1764 srcPitch = exaGetPixmapPitch(pxSrc);
1807 dstPitch = exaGetPixmapPitch(pxDst);
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv04_exa.c94 unsigned pitch = exaGetPixmapPitch(ppix);
195 PUSH_DATA (push, (exaGetPixmapPitch(pdpix) << 16) |
196 exaGetPixmapPitch(pspix));
239 unsigned dst_pitch = exaGetPixmapPitch(pdpix);
334 PUSH_DATA (push, (exaGetPixmapPitch(pdpix) << 16) |
335 exaGetPixmapPitch(pdpix));
H A Dnv04_xv_blit.c102 PUSH_DATA (push, (exaGetPixmapPitch(ppix) << 16) |
103 exaGetPixmapPitch(ppix));
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.h212 * exaGetPixmapPitch().
294 * pixmaps, probably using exaGetPixmapOffset() and exaGetPixmapPitch().
794 exaGetPixmapPitch(PixmapPtr pPix);
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_exa.c225 int dst_pitch = exaGetPixmapPitch(pDst);
288 int src_pitch = exaGetPixmapPitch(pSrc);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis300_accel.c922 if(exaGetPixmapPitch(pPixmap) & 3)
928 SiSSetupDSTRect(exaGetPixmapPitch(pPixmap), -1)
984 if(exaGetPixmapPitch(pSrcPixmap) & 3)
986 if(exaGetPixmapPitch(pDstPixmap) & 3)
990 SiSSetupSRCPitch(exaGetPixmapPitch(pSrcPixmap))
991 SiSSetupDSTRect(exaGetPixmapPitch(pDstPixmap), -1)
H A Dsis_accel.c492 if(exaGetPixmapPitch(pPixmap) & 7)
495 pSiS->fillPitch = exaGetPixmapPitch(pPixmap);
545 if(exaGetPixmapPitch(pSrcPixmap) & 3)
547 if(exaGetPixmapPitch(pDstPixmap) & 7)
553 pSiS->copySPitch = exaGetPixmapPitch(pSrcPixmap);
554 pSiS->copyDPitch = exaGetPixmapPitch(pDstPixmap);
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_accel.c135 p->srcpitch = exaGetPixmapPitch(pSrcPixmap);
153 dstpitch = exaGetPixmapPitch(pDstPixmap);
634 dstpitch = exaGetPixmapPitch(pDstPixmap);
1169 dstpitch = exaGetPixmapPitch(pPixmap);
1205 int dst_pitch = exaGetPixmapPitch(pDst);
1236 int src_pitch = exaGetPixmapPitch(pSrc);
1359 p->mskpitch = exaGetPixmapPitch(pMask);
1370 p->srcpitch = exaGetPixmapPitch(pSrc);
1433 dstpitch = exaGetPixmapPitch(pDst);
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_exa.c231 pixpitch = exaGetPixmapPitch(pPixmap) / (pPixmap->drawable.bitsPerPixel >> 3);
458 dst_pitch = exaGetPixmapPitch(pDst);
568 int src_pitch = exaGetPixmapPitch(pSrc);
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_exa.c87 pFfb->srcpitch = exaGetPixmapPitch(pSrcPixmap);
320 pFfb->mskpitch = exaGetPixmapPitch(pMask);
331 pFfb->srcpitch = exaGetPixmapPitch(pSrc);
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128exa.c265 unsigned int sptch = exaGetPixmapPitch(src);
277 unsigned int dptch = exaGetPixmapPitch(dst);
289 unsigned int tptch = exaGetPixmapPitch(tex);

Completed in 37 milliseconds

123