Searched refs:mskpitch (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_render.c492 uint32_t msk, uint32_t mskpitch,
544 msk += mskpitch;
551 uint32_t msk, uint32_t mskpitch,
607 msk += mskpitch;
614 uint32_t msk, uint32_t mskpitch,
670 msk += mskpitch;
490 CG14Comp_Over32Mask(Cg14Ptr p,uint32_t src,uint32_t srcpitch,uint32_t msk,uint32_t mskpitch,uint32_t dst,uint32_t dstpitch,int width,int height,int flip) argument
549 CG14Comp_Over32Mask_noalpha(Cg14Ptr p,uint32_t src,uint32_t srcpitch,uint32_t msk,uint32_t mskpitch,uint32_t dst,uint32_t dstpitch,int width,int height,int flip) argument
612 CG14Comp_Over32Mask32_noalpha(Cg14Ptr p,uint32_t src,uint32_t srcpitch,uint32_t msk,uint32_t mskpitch,uint32_t dst,uint32_t dstpitch,int width,int height,int flip) argument
H A Dcg14_accel.c1359 p->mskpitch = exaGetPixmapPitch(pMask);
1363 p->mskpitch = 0;
1447 (maskY * p->mskpitch) +
1450 msk, p->mskpitch,
1457 (maskY * p->mskpitch) +
1460 msk, p->mskpitch,
1487 (maskY * p->mskpitch) +
1491 msk, p->mskpitch,
1511 (maskY * p->mskpitch) +
1515 msk, p->mskpitch,
[all...]
H A Dcg14.h99 uint32_t srcoff, srcpitch, mskoff, mskpitch; member in struct:__anon148006660108
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb.h212 int srcoff, srcpitch, mskoff, mskpitch; member in struct:__anoncc77e9840308
H A Dffb_exa.c320 pFfb->mskpitch = exaGetPixmapPitch(pMask);
324 pFfb->mskpitch = 0;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_exa.c427 pGlint->mskpitch = exaGetPixmapPitch(pMask);
431 pGlint->mskpitch = 0;
451 if (pGlint->mskpitch == 0)
489 Permedia2LoadCoord(pScrn, maskX, maskY + pGlint->mskoff / pGlint->mskpitch, width, height);
H A Dglint.h163 int mskoff, mskpitch; member in struct:__anon125efece0308

Completed in 9 milliseconds