| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_cursor.c | 180 R128CopySwap(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src, 183 R128CopySwap(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src, 187 memcpy(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src, CURSOR_WIDTH * CURSOR_HEIGHT / 4);
|
| H A D | r128_exa.c | 407 char *dst = info->FB + exaGetPixmapOffset(pDst); 501 char *src = info->FB + exaGetPixmapOffset(pSrc); 537 info->ExaDriver->memoryBase = info->FB + pScrn->fbOffset;
|
| H A D | r128_driver.c | 299 info->FB = fbdevHWMapVidmem(pScrn); 304 info->FB = xf86MapPciMem(pScrn->scrnIndex, 315 &info->FB); 319 "Unable to map FB aperture. %s (%d)\n", 326 if (!info->FB) return FALSE; 341 xf86UnMapVidMem(pScrn->scrnIndex, info->FB, info->FbMapSize); 343 pci_device_unmap_range(info->PciInfo, info->FB, info->FbMapSize); 345 info->FB = NULL; 1831 if (!fbScreenInit (pScreen, info->FB,
|
| H A D | r128_crtc.c | 306 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB; 334 Base = pScrn->fbOffset + (char *)crtc->rotatedData - (char *)info->FB; 1007 return info->FB + rotate_offset;
|
| H A D | r128_video.c | 408 unsigned char *fb = (uint8_t*)info->FB; 855 unsigned char *fb = (uint8_t*)info->FB;
|
| H A D | r128.h | 323 void *FB; /* Map of frame buffer */ member in struct:__anona5d7874c0508
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | drawing.c | 234 FB(cp.fore, cp.back); 242 FB(cp.fore, cp.back); 247 FB(cp.back, cp.fore);
|
| H A D | menus.c | 277 FB(mi->highlight.fore, mi->highlight.back); 287 FB(mi->normal.fore, mi->normal.back); 296 FB(Scr->MenuC.shadd, Scr->MenuC.shadc); 302 FB(Scr->MenuC.shadc, Scr->MenuC.shadd); 326 FB(mi->normal.fore, mi->normal.back); 355 FB(mi->highlight.fore, mi->highlight.back); 368 FB(mi->normal.fore, mi->normal.back); 412 FB(mi->normal.fore, mi->normal.back);
|
| H A D | ctwm.h | 119 #define FB(fix_fore, fix_back)\ macro
|
| H A D | image_bitmap_builtin.c | 351 FB(cp.shadc, cp.shadd); 370 FB(cp.shadd, cp.shadc); 445 FB(cp.shadd, cp.shadc); 449 FB(cp.shadc, cp.shadd);
|
| H A D | functions_identify.c | 283 FB(Scr->DefaultC.fore, Scr->DefaultC.back);
|
| H A D | iconmgr.c | 1261 FB(iconmanagerlist->cp.fore, iconmanagerlist->cp.back); 1305 FB(iconmanagerlist->cp.fore, iconmanagerlist->cp.back);
|
| H A D | workspace_manager.c | 2068 FB(cp.fore, cp.back); 2071 FB(cp.back, cp.fore); 2073 FB(cp.fore, cp.back);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.8.3.rst | 43 - Fix unsupported FB with D24S8 (bug
|
| H A D | 8.0.2.rst | 105 - i965: Only set Last Render Target Select on the last FB write.
|
| H A D | 10.2.5.rst | 124 - i965/fs: Set LastRT on the final FB write on Broadwell.
|
| H A D | 10.5.1.rst | 137 - i965/fs: Don't issue FB writes for bound but unwritten color targets.
|
| H A D | 9.1.2.rst | 105 - mesa: Fix FB blitting in case of zero size src or dst rect
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_video.c | 86 if (info->tilingEnabled && ((pPix->devPrivate.ptr - info->FB) == 0)) 209 uint32_t dst_mc_addr = dst - (unsigned char *)info->FB + info->fbLocation; 381 (((char *)pPriv->pPixmap->devPrivate.ptr < (char *)info->FB) || 382 ((char *)pPriv->pPixmap->devPrivate.ptr >= (char *)info->FB + 409 pPriv->src_addr = (uint8_t *)(info->FB + pPriv->video_offset); 785 bicubic_addr = (uint8_t *)(info->FB + info->bicubic_offset);
|
| H A D | radeon_cursor.c | 348 uint32_t *pixels = (uint32_t *)(pointer)(info->FB + pScrn->fbOffset + radeon_crtc->cursor_offset); 391 uint32_t *d = (uint32_t *)(pointer)(info->FB + pScrn->fbOffset + radeon_crtc->cursor_offset);
|
| H A D | radeon_exa_shared.c | 162 memcpy(info->FB + exaGetPixmapOffset(pPix), &solid, 4);
|
| H A D | radeon_driver.c | 247 return ((uint8_t *)info->FB + pScrn->fbOffset + row * stride + offset); 489 if (pRADEONEnt->FB) { 491 info->FB = pRADEONEnt->FB; 500 info->FB = xf86MapPciMem(pScrn->scrnIndex, 506 if (!info->FB) return FALSE; 515 &info->FB); 519 "Unable to map FB aperture. %s (%d)\n", 526 pRADEONEnt->FB = info->FB; [all...] |
| H A D | radeon_render.c | 443 dst = (uint8_t*)(info->FB + offset); 782 dst = (uint8_t*)(info->FB + offset);
|
| H A D | radeon_probe.h | 751 int MMIO_cnt; /* Map of FB region refcount */ 752 void *FB; /* Map of FB region */ member in struct:__anon297917400c08 753 int FB_cnt; /* Map of FB region refcount */
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | twm.h | 153 #define FB(fix_fore, fix_back)\ macro
|