| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winfillsp.c | 70 PixmapPtr pTile = NULL; local in function:winFillSpansNativeGDI 400 pTile = (PixmapPtr) pGC->tile.pixmap; 401 pTilePriv = winGetPixmapPriv (pTile); 414 int width = pTile->drawable.width; 436 if ((iX + pTile->drawable.width) > fullX2) 439 width = pTile->drawable.width; 442 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pTile->drawable.width) - pTile->drawable.width)) % pTile->drawable.width; 446 if (xoffset + width > pTile [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | tilemgr.cpp | 56 MacroTileQueue* pTile = mTiles[id]; local in function:MacroTileMgr::enqueue 57 if (!pTile) 59 pTile = mTiles[id] = new MacroTileQueue(); 61 pTile->mWorkItemsFE++; 62 pTile->mId = id; 64 if (pTile->mWorkItemsFE == 1) 66 pTile->clear(mArena); 67 mDirtyTiles.push_back(pTile); 71 pTile->enqueue_try_nosync(mArena, pWork);
|
| H A D | tilemgr.h | 99 for (auto* pTile : mTiles) local in function:MacroTileMgr::~MacroTileMgr 101 delete pTile;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbfill.c | 136 PixmapPtr pTile = pGC->tile.pixmap; local in function:fbFill 144 fbGetDrawable (&pTile->drawable, tile, tileStride, tileBpp, tileXoff, tileYoff); 145 tileWidth = pTile->drawable.width; 146 tileHeight = pTile->drawable.height; 160 fbFinishAccess (&pTile->drawable);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbfill.c | 152 PixmapPtr pTile = pGC->tile.pixmap; local in function:fbFill 160 fbGetDrawable(&pTile->drawable, tile, tileStride, tileBpp, tileXoff, 162 tileWidth = pTile->drawable.width; 163 tileHeight = pTile->drawable.height; 177 fbFinishAccess(&pTile->drawable);
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa.c | 404 PixmapPtr pTile = NULL; local in function:saa_validate_gc 411 pTile = pGC->tile.pixmap; 418 if (pTile && pTile->drawable.depth != pDrawable->depth 424 pTile = pRotatedTile; 435 if (pTile && !saa_pad_read(&pTile->drawable)) { 453 if (pTile) 454 saa_fad_read(&pTile->drawable);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | gc.c | 570 PixmapPtr pTile; local in function:CreateDefaultTile 578 pTile = (PixmapPtr) 582 if (!pTile || !pgcScratch) 584 if (pTile) 585 (*pTile->drawable.pScreen->DestroyPixmap)(pTile); 594 ValidateGC((DrawablePtr)pTile, pgcScratch); 599 (*pgcScratch->ops->PolyFillRect)((DrawablePtr)pTile, pgcScratch, 1, &rect); 604 pGC->tile.pixmap = pTile;
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa.c | 520 PixmapPtr pTile = NULL; local in function:exaValidateGC 526 pTile = pGC->tile.pixmap; 533 if (pTile && pTile->drawable.depth != pDrawable->depth && !(changes & GCTile)) { 536 pTile = pRotatedTile; 544 if (pTile) 545 exaPrepareAccess(&pTile->drawable, EXA_PREPARE_SRC); 554 if (pTile) 555 exaFinishAccess(&pTile->drawable, EXA_PREPARE_SRC);
|
| H A D | exa_accel.c | 1081 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable. 1085 exaFillRegionTiled (DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile, argument 1092 ExaPixmapPrivPtr pTileExaPixmap = ExaGetPixmapPriv(pTile); 1100 tileWidth = pTile->drawable.width; 1101 tileHeight = pTile->drawable.height; 1108 exaGetPixmapFirstPixel (pTile), planemask, 1128 pixmaps[1].pPix = pTile; 1136 if (!pPixmap || !exaPixmapHasGpuCopy(pTile)) 1139 if ((*pExaScr->info->PrepareCopy) (pTile, pPixmap, 1, 1, alu, planemask))
|
| H A D | exa_priv.h | 465 exaFillRegionTiled (DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gc.c | 578 PixmapPtr pTile; local in function:CreateDefaultTile 586 pTile = (PixmapPtr) 589 if (!pTile || !pgcScratch) { 590 if (pTile) 591 (*pTile->drawable.pScreen->DestroyPixmap) (pTile); 601 ValidateGC((DrawablePtr) pTile, pgcScratch); 606 (*pgcScratch->ops->PolyFillRect) ((DrawablePtr) pTile, pgcScratch, 1, 612 pGC->tile.pixmap = pTile;
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_accel.c | 1070 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable. 1074 exaFillRegionTiled(DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile, argument 1081 ExaPixmapPrivPtr pTileExaPixmap = ExaGetPixmapPriv(pTile); 1089 tileWidth = pTile->drawable.width; 1090 tileHeight = pTile->drawable.height; 1097 exaGetPixmapFirstPixel(pTile), planemask, 1118 pixmaps[1].pPix = pTile; 1126 if (!pPixmap || !exaPixmapHasGpuCopy(pTile)) 1129 if ((*pExaScr->info->PrepareCopy) (pTile, pPixmap, 1, 1, alu, planemask)) {
|
| H A D | exa.c | 507 PixmapPtr pTile = NULL; local in function:exaValidateGC 515 pTile = pGC->tile.pixmap; 520 if (pTile) 521 exaPrepareAccess(&pTile->drawable, EXA_PREPARE_SRC); 530 if (pTile) 531 exaFinishAccess(&pTile->drawable, EXA_PREPARE_SRC);
|
| H A D | exa_priv.h | 470 exaFillRegionTiled(DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-accel.c | 935 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable. 941 PixmapPtr pTile, 952 tileWidth = pTile->drawable.width; 953 tileHeight = pTile->drawable.height; 960 uxa_get_pixmap_first_pixel(pTile), 964 if (!pPixmap || !uxa_pixmap_is_offscreen(pTile)) 968 !uxa_screen->info->check_copy(pTile, pPixmap, alu, planemask)) 973 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu, 939 uxa_fill_region_tiled(DrawablePtr pDrawable,RegionPtr pRegion,PixmapPtr pTile,DDXPointPtr pPatOrg,CARD32 planemask,CARD32 alu) argument
|
| H A D | uxa-priv.h | 282 uxa_fill_region_tiled(DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-accel.c | 935 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable. 941 PixmapPtr pTile, 952 tileWidth = pTile->drawable.width; 953 tileHeight = pTile->drawable.height; 960 uxa_get_pixmap_first_pixel(pTile), 964 if (!pPixmap || !uxa_pixmap_is_offscreen(pTile)) 968 !uxa_screen->info->check_copy(pTile, pPixmap, alu, planemask)) 973 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu, 939 uxa_fill_region_tiled(DrawablePtr pDrawable,RegionPtr pRegion,PixmapPtr pTile,DDXPointPtr pPatOrg,CARD32 planemask,CARD32 alu) argument
|
| H A D | uxa-priv.h | 282 uxa_fill_region_tiled(DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-accel.c | 898 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable. 904 PixmapPtr pTile, 917 tileWidth = pTile->drawable.width; 918 tileHeight = pTile->drawable.height; 925 uxa_get_pixmap_first_pixel (pTile), planemask, 934 if (!pPixmap || !uxa_pixmap_is_offscreen(pTile)) 937 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu, planemask)) 902 uxa_fill_region_tiled(DrawablePtr pDrawable,RegionPtr pRegion,PixmapPtr pTile,DDXPointPtr pPatOrg,CARD32 planemask,CARD32 alu) argument
|
| H A D | uxa-priv.h | 314 uxa_fill_region_tiled (DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-accel.c | 1124 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable. 1130 PixmapPtr pTile, 1141 tileWidth = pTile->drawable.width; 1142 tileHeight = pTile->drawable.height; 1149 uxa_get_pixmap_first_pixel(pTile), 1153 if (!pPixmap || !uxa_pixmap_is_offscreen(pTile)) 1157 !uxa_screen->info->check_copy(pTile, pPixmap, alu, planemask)) 1161 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu, 1128 uxa_fill_region_tiled(DrawablePtr pDrawable,RegionPtr pRegion,PixmapPtr pTile,DDXPointPtr pPatOrg,CARD32 planemask,CARD32 alu) argument
|
| H A D | uxa-priv.h | 285 uxa_fill_region_tiled(DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
|