Searched refs:FB (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c180 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 Dr128_exa.c407 char *dst = info->FB + exaGetPixmapOffset(pDst);
501 char *src = info->FB + exaGetPixmapOffset(pSrc);
537 info->ExaDriver->memoryBase = info->FB + pScrn->fbOffset;
H A Dr128_driver.c299 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 Dr128_crtc.c306 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 Dr128_video.c408 unsigned char *fb = (uint8_t*)info->FB;
855 unsigned char *fb = (uint8_t*)info->FB;
H A Dr128.h323 void *FB; /* Map of frame buffer */ member in struct:__anona5d7874c0508
/xsrc/external/mit/ctwm/dist/
H A Ddrawing.c234 FB(cp.fore, cp.back);
242 FB(cp.fore, cp.back);
247 FB(cp.back, cp.fore);
H A Dmenus.c277 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 Dctwm.h119 #define FB(fix_fore, fix_back)\ macro
H A Dimage_bitmap_builtin.c351 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 Dfunctions_identify.c283 FB(Scr->DefaultC.fore, Scr->DefaultC.back);
H A Diconmgr.c1261 FB(iconmanagerlist->cp.fore, iconmanagerlist->cp.back);
1305 FB(iconmanagerlist->cp.fore, iconmanagerlist->cp.back);
H A Dworkspace_manager.c2068 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 D7.8.3.rst43 - Fix unsupported FB with D24S8 (bug
H A D8.0.2.rst105 - i965: Only set Last Render Target Select on the last FB write.
H A D10.2.5.rst124 - i965/fs: Set LastRT on the final FB write on Broadwell.
H A D10.5.1.rst137 - i965/fs: Don't issue FB writes for bound but unwritten color targets.
H A D9.1.2.rst105 - mesa: Fix FB blitting in case of zero size src or dst rect
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c86 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 Dradeon_cursor.c348 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 Dradeon_exa_shared.c162 memcpy(info->FB + exaGetPixmapOffset(pPix), &solid, 4);
H A Dradeon_driver.c247 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 Dradeon_render.c443 dst = (uint8_t*)(info->FB + offset);
782 dst = (uint8_t*)(info->FB + offset);
H A Dradeon_probe.h751 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 Dtwm.h153 #define FB(fix_fore, fix_back)\ macro

Completed in 76 milliseconds

123