| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | rendition_shadow.c | 73 CARD8 *dstPtr, *srcPtr, *src; local in function:renditionRefreshArea8 86 dstPtr = pRendition->board.vmem_base+pRendition->board.fbOffset + 90 dstPtr = pRendition->board.vmem_base+pRendition->board.fbOffset + 97 dst = (CARD32*)dstPtr; 106 dstPtr += dstPitch; 119 CARD16 *dstPtr, *srcPtr, *src; local in function:renditionRefreshArea16 132 dstPtr = (CARD16*)(pRendition->board.vmem_base+ 138 dstPtr = (CARD16*)(pRendition->board.vmem_base+ 147 dst = (CARD32*)dstPtr; 154 dstPtr 168 CARD8 *dstPtr, *srcPtr, *src; local in function:renditionRefreshArea24 221 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:renditionRefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_shadow.c | 93 CARD8 *dstPtr, *srcPtr, *src; local in function:S3RefreshArea8 106 dstPtr = pS3->FBBase + 110 dstPtr = pS3->FBBase + 117 dst = (CARD32*)dstPtr; 126 dstPtr += dstPitch; 139 CARD16 *dstPtr, *srcPtr, *src; local in function:S3RefreshArea16 152 dstPtr = (CARD16*)pS3->FBBase + 157 dstPtr = (CARD16*)pS3->FBBase + 165 dst = (CARD32*)dstPtr; 172 dstPtr 186 CARD8 *dstPtr, *srcPtr, *src; local in function:S3RefreshArea24 237 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:S3RefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_shadow.c | 119 CARD8 *dstPtr, *srcPtr, *src; local in function:s3vRefreshArea8 132 dstPtr = ps3v->FBStart + 136 dstPtr = ps3v->FBStart + 143 dst = (CARD32*)dstPtr; 152 dstPtr += dstPitch; 165 CARD16 *dstPtr, *srcPtr, *src; local in function:s3vRefreshArea16 178 dstPtr = (CARD16*)ps3v->FBStart + 183 dstPtr = (CARD16*)ps3v->FBStart + 191 dst = (CARD32*)dstPtr; 198 dstPtr 212 CARD8 *dstPtr, *srcPtr, *src; local in function:s3vRefreshArea24 263 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:s3vRefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_shadow.c | 67 CARD8 *dstPtr, *srcPtr, *src; local in function:SavageRefreshArea8 80 dstPtr = psav->FBStart + 84 dstPtr = psav->FBStart + 91 dst = (CARD32*)dstPtr; 100 dstPtr += dstPitch; 113 CARD16 *dstPtr, *srcPtr, *src; local in function:SavageRefreshArea16 126 dstPtr = (CARD16*)psav->FBStart + 131 dstPtr = (CARD16*)psav->FBStart + 139 dst = (CARD32*)dstPtr; 146 dstPtr 160 CARD8 *dstPtr, *srcPtr, *src; local in function:SavageRefreshArea24 211 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:SavageRefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_shadow.c | 79 CARD8 *dstPtr, *srcPtr, *src; local in function:TRIDENTRefreshArea8 92 dstPtr = pTrident->FbBase + 96 dstPtr = pTrident->FbBase + 103 dst = (CARD32*)dstPtr; 112 dstPtr += dstPitch; 125 CARD16 *dstPtr, *srcPtr, *src; local in function:TRIDENTRefreshArea16 138 dstPtr = (CARD16*)pTrident->FbBase + 143 dstPtr = (CARD16*)pTrident->FbBase + 151 dst = (CARD32*)dstPtr; 158 dstPtr 172 CARD8 *dstPtr, *srcPtr, *src; local in function:TRIDENTRefreshArea24 223 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:TRIDENTRefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_shadow.c | 257 CARD8 *dstPtr, *srcPtr, *src; local in function:GX1RefreshArea8 272 dstPtr = pGeode->FBBase + 276 dstPtr = pGeode->FBBase + 282 dst = (CARD32 *) dstPtr; 290 dstPtr += dstPitch; 316 CARD16 *dstPtr, *srcPtr, *src; local in function:GX1RefreshArea16 328 dstPtr = (CARD16 *) pGeode->FBBase + 333 dstPtr = (CARD16 *) pGeode->FBBase + 341 dst = (CARD32 *) dstPtr; 348 dstPtr 375 CARD8 *dstPtr, *srcPtr, *src; local in function:GX1RefreshArea24 437 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:GX1RefreshArea32 [all...] |
| H A D | nsc_gx2_shadow.c | 257 CARD8 *dstPtr, *srcPtr, *src; local in function:GX2RefreshArea8 272 dstPtr = pGeode->FBBase + 276 dstPtr = pGeode->FBBase + 282 dst = (CARD32 *) dstPtr; 290 dstPtr += dstPitch; 316 CARD16 *dstPtr, *srcPtr, *src; local in function:GX2RefreshArea16 328 dstPtr = (CARD16 *) pGeode->FBBase + 333 dstPtr = (CARD16 *) pGeode->FBBase + 341 dst = (CARD32 *) dstPtr; 348 dstPtr 375 CARD8 *dstPtr, *srcPtr, *src; local in function:GX2RefreshArea24 437 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:GX2RefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_shadow.c | 63 CARD8 *dstPtr, *srcPtr, *src; local in function:chipsRefreshArea8 76 dstPtr = cPtr->FbBase + 80 dstPtr = cPtr->FbBase + 87 dst = (CARD32*)dstPtr; 96 dstPtr += dstPitch; 109 CARD16 *dstPtr, *srcPtr, *src; local in function:chipsRefreshArea16 122 dstPtr = (CARD16*)cPtr->FbBase + 127 dstPtr = (CARD16*)cPtr->FbBase + 131 /* ErrorF("dst: %x base: %x\n",dstPtr,cPtr->FbBase);*/ 136 dst = (CARD32*)dstPtr; 157 CARD8 *dstPtr, *srcPtr, *src; local in function:chipsRefreshArea24 208 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:chipsRefreshArea32 [all...] |
| H A D | ct_accel.c | 1121 unsigned char *data, *srcPtr, *dstPtr; local in function:CTNAME 1176 dstPtr = data = malloc(pad * pCache->h); 1185 (*StippleFunc)((CARD32*)dstPtr + j * dwords, 1189 dstPtr += pad;
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_shadow.c | 79 CARD8 *dstPtr, *srcPtr, *src; local in function:cirRefreshArea8 100 dstPtr = pCir->FbBase + 104 dstPtr = pCir->FbBase + 111 dst = (CARD32*)dstPtr; 120 dstPtr += dstPitch; 133 CARD16 *dstPtr, *srcPtr, *src; local in function:cirRefreshArea16 154 dstPtr = (CARD16*)pCir->FbBase + 159 dstPtr = (CARD16*)pCir->FbBase + 167 dst = (CARD32*)dstPtr; 174 dstPtr 188 CARD8 *dstPtr, *srcPtr, *src; local in function:cirRefreshArea24 247 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:cirRefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_shadow.c | 70 CARD8 *dstPtr, *srcPtr, *src; local in function:MGARefreshArea8 83 dstPtr = pMga->FbStart + 87 dstPtr = pMga->FbStart + 94 dst = (CARD32*)dstPtr; 103 dstPtr += dstPitch; 116 CARD16 *dstPtr, *srcPtr, *src; local in function:MGARefreshArea16 129 dstPtr = (CARD16*)pMga->FbStart + 134 dstPtr = (CARD16*)pMga->FbStart + 142 dst = (CARD32*)dstPtr; 149 dstPtr 163 CARD8 *dstPtr, *srcPtr, *src; local in function:MGARefreshArea24 214 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:MGARefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_shadow.c | 79 CARD8 *dstPtr, *srcPtr, *src; local in function:neoRefreshArea8 92 dstPtr = nPtr->NeoFbBase + 96 dstPtr = nPtr->NeoFbBase + 103 dst = (CARD32*)dstPtr; 112 dstPtr += dstPitch; 125 CARD16 *dstPtr, *srcPtr, *src; local in function:neoRefreshArea16 138 dstPtr = (CARD16*)nPtr->NeoFbBase + 143 dstPtr = (CARD16*)nPtr->NeoFbBase + 151 dst = (CARD32*)dstPtr; 158 dstPtr 172 CARD8 *dstPtr, *srcPtr, *src; local in function:neoRefreshArea24 223 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:neoRefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_shadow.c | 78 CARD8 *dstPtr, *srcPtr, *src; local in function:NVRefreshArea8 96 dstPtr = pNv->FbStart + 100 dstPtr = pNv->FbStart + 107 dst = (CARD32*)dstPtr; 116 dstPtr += dstPitch; 129 CARD16 *dstPtr, *srcPtr, *src; local in function:NVRefreshArea16 147 dstPtr = (CARD16*)pNv->FbStart + 152 dstPtr = (CARD16*)pNv->FbStart + 160 dst = (CARD32*)dstPtr; 167 dstPtr 180 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:NVRefreshArea32 [all...] |
| H A D | riva_shadow.c | 67 CARD8 *dstPtr, *srcPtr, *src; local in function:RivaRefreshArea8 80 dstPtr = pRiva->FbStart + 84 dstPtr = pRiva->FbStart + 91 dst = (CARD32*)dstPtr; 100 dstPtr += dstPitch; 113 CARD16 *dstPtr, *srcPtr, *src; local in function:RivaRefreshArea16 126 dstPtr = (CARD16*)pRiva->FbStart + 131 dstPtr = (CARD16*)pRiva->FbStart + 139 dst = (CARD32*)dstPtr; 146 dstPtr 159 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:RivaRefreshArea32 [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_shadow.c | 218 CARD8 *dstPtr, *srcPtr, *src; local in function:SISRefreshArea8 231 dstPtr = pSiS->FbBase + (pbox->x1 * dstPitch) + pScrn->virtualX - y2; 234 dstPtr = pSiS->FbBase + ((pScrn->virtualY - pbox->x2) * dstPitch) + y1; 240 dst = (CARD32 *)dstPtr; 250 dstPtr += dstPitch; 262 CARD16 *dstPtr, *srcPtr, *src; local in function:SISRefreshArea16 275 dstPtr = (CARD16 *)pSiS->FbBase + (pbox->x1 * dstPitch) + pScrn->virtualX - y2; 278 dstPtr = (CARD16 *)pSiS->FbBase + ((pScrn->virtualY - pbox->x2) * dstPitch) + y1; 284 dst = (CARD32 *)dstPtr; 291 dstPtr 304 CARD8 *dstPtr, *srcPtr, *src; local in function:SISRefreshArea24 357 CARD32 *dstPtr, *srcPtr, *src, *dst; local in function:SISRefreshArea32 [all...] |
| H A D | sis310_accel.c | 1393 CARD32 *dstPtr; local in function:SiSSetupForCPUToScreenAlphaTexture 1481 dstPtr = (CARD32*)(pSiS->FbBase + (pSiS->AccelLinearScratch->offset << sbppshift)); 1493 dstPtr[x] = (renderaccelarray[red + myalpha] << 16) | 1498 dstPtr += pitch; 1509 dstPtr[x] = (renderaccelarray[alpha + myalpha] << 24) | 1514 dstPtr += pitch;
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_funcs.c | 387 CARD32 *dstPtr; local in function:A 461 #define d ((memType)dstPtr - (memType)pApm->FbBase) 463 dstPtr = (CARD32 *)pApm->ScratchMemPtr; 482 dstPtr = (CARD32 *)pApm->ScratchMemOffset; 485 pApm->ScratchMemPtr = ((memType)(dstPtr + wrd * nc) + 4) 489 *dstPtr++ = XAAReverseBitOrder(*(CARD32 *)src); 511 #define d ((memType)dstPtr - (memType)pApm->FbBase) 513 dstPtr = (CARD32 *)pApm->ScratchMemPtr; 532 dstPtr = (CARD32 *)pApm->ScratchMemOffset; 535 pApm->ScratchMemPtr = ((memType)(dstPtr [all...] |
| H A D | apm_accel.c | 69 CARD32 *dstPtr; local in function:ApmCacheMonoStipple 124 dstPtr = ((CARD32 *)pApm->FbBase) + (draw->box.x1 + 131 StippleTab[funcNo](dstPtr, (CARD32 *)srcPtr, 0, w, dwords); 133 dstPtr += dwords; 139 StippleTab[funcNo](dstPtr, (CARD32 *)srcPtr, 0, w, dwords); 141 dstPtr += dwords;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | mipmap.c | 1443 GLint dstWidth, GLubyte *dstPtr) 1451 dst = dstPtr + border * bpt; 1459 assert(dstPtr); 1461 memcpy(dstPtr, srcPtr, bpt); 1463 memcpy(dstPtr + (dstWidth - 1) * bpt, 1475 GLubyte *dstPtr, GLint dstRowStride) 1498 dst = dstPtr + border * ((dstWidth + 1) * bpt); 1512 assert(dstPtr); 1514 memcpy(dstPtr, srcPtr, bpt); 1516 memcpy(dstPtr 1441 make_1d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,const GLubyte * srcPtr,GLint dstWidth,GLubyte * dstPtr) argument 1471 make_2d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,const GLubyte * srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLubyte * dstPtr,GLint dstRowStride) argument 1563 make_3d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstPtr,GLint dstRowStride) argument [all...] |
| H A D | pack.c | 1558 GLfloat *rgba, *dstPtr; local in function:_mesa_unpack_color_index_to_rgba_float 1575 dstPtr = rgba; 1588 _mesa_map_ci_to_rgba(ctx, count, indexes, (float (*)[4])dstPtr); 1594 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); 1596 dstPtr += srcHeight * srcWidth * 4;
|
| H A D | bufferobj.c | 824 GLubyte *srcPtr, *dstPtr; local in function:copy_buffer_sub_data_fallback 827 srcPtr = dstPtr = ctx->Driver.MapBufferRange(ctx, 0, src->Size, 836 dstPtr += writeOffset; 841 dstPtr = ctx->Driver.MapBufferRange(ctx, writeOffset, size, 850 if (srcPtr && dstPtr) 851 memcpy(dstPtr, srcPtr, size);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | mipmap.c | 1443 GLint dstWidth, GLubyte *dstPtr) 1451 dst = dstPtr + border * bpt; 1459 assert(dstPtr); 1461 memcpy(dstPtr, srcPtr, bpt); 1463 memcpy(dstPtr + (dstWidth - 1) * bpt, 1475 GLubyte *dstPtr, GLint dstRowStride) 1498 dst = dstPtr + border * ((dstWidth + 1) * bpt); 1512 assert(dstPtr); 1514 memcpy(dstPtr, srcPtr, bpt); 1516 memcpy(dstPtr 1441 make_1d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,const GLubyte * srcPtr,GLint dstWidth,GLubyte * dstPtr) argument 1471 make_2d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,const GLubyte * srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLubyte * dstPtr,GLint dstRowStride) argument 1563 make_3d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstPtr,GLint dstRowStride) argument [all...] |
| H A D | pack.c | 1559 GLfloat *rgba, *dstPtr; local in function:_mesa_unpack_color_index_to_rgba_float 1576 dstPtr = rgba; 1589 _mesa_map_ci_to_rgba(ctx, count, indexes, (float (*)[4])dstPtr); 1595 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); 1597 dstPtr += srcHeight * srcWidth * 4;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaPict.c | 174 CARD32 *dstPtr, 185 dstPtr[x] = color | (alphaPtr[x] << 24); 186 dstPtr += dstPitch; 170 XAA_888_plus_PICT_a8_to_8888(CARD32 color,CARD8 * alphaPtr,int alphaPitch,CARD32 * dstPtr,int dstPitch,int width,int height) argument
|
| H A D | xaaPCache.c | 1520 unsigned char *data, *srcPtr, *dstPtr; local in function:XAACacheMonoStipple 1570 dstPtr = data = (unsigned char*)malloc(pad * pCache->h); 1584 (*StippleFunc)((CARD32*)dstPtr, (CARD32*)srcPtr, 0, w, dwords); 1586 dstPtr += pad; 2021 unsigned char *data, *srcPtr, *dstPtr; local in function:XAAWriteColor8x8PatternToCache 2066 for (i = h, dstPtr = data, srcPtr = pPix->devPrivate.ptr; i--; 2067 srcPtr += pPix->devKind, dstPtr += pScrn->bitsPerPixel) { 2069 memcpy(dstPtr, srcPtr, w * Bpp); 2071 memcpy(dstPtr + (nw * Bpp), dstPtr, n [all...] |