| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | pixmapstr.h | 83 unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */ member in struct:_Pixmap
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | XNPixmap.h | 33 int depth, unsigned usage_hint);
|
| H A D | Pixmap.c | 40 unsigned usage_hint) 60 pPixmap->usage_hint = usage_hint; 39 xnestCreatePixmap(ScreenPtr pScreen,int width,int height,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxpixmap.h | 53 unsigned usage_hint);
|
| H A D | dmxpixmap.c | 85 unsigned usage_hint) 119 pPixmap->usage_hint = usage_hint; 84 dmxCreatePixmap(ScreenPtr pScreen,int width,int height,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | XNPixmap.h | 34 int depth, unsigned usage_hint);
|
| H A D | Pixmap.c | 39 unsigned usage_hint) 59 pPixmap->usage_hint = usage_hint; 38 xnestCreatePixmap(ScreenPtr pScreen,int width,int height,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpixmap.c | 60 int iDepth, unsigned usage_hint) 75 iWidth, iHeight, iDepth, usage_hint, 94 pPixmap->usage_hint = usage_hint; 58 winCreatePixmapNativeGDI(ScreenPtr pScreen,int iWidth,int iHeight,int iDepth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_bo_helper.c | 113 int usage_hint) 139 if (usage_hint & RADEON_CREATE_PIXMAP_SZBUFFER) { 183 int usage_hint, int bitsPerPixel, int *new_pitch, 197 !(usage_hint == CREATE_PIXMAP_USAGE_BACKING_PIXMAP && 215 if ((usage_hint == CREATE_PIXMAP_USAGE_BACKING_PIXMAP && 217 (usage_hint & 0xffff) == CREATE_PIXMAP_USAGE_SHARED) 236 if (usage_hint) { 238 if (usage_hint & RADEON_CREATE_PIXMAP_TILING_MACRO) 240 if (usage_hint & RADEON_CREATE_PIXMAP_TILING_MICRO) 243 if (usage_hint 111 radeon_surface_initialize(RADEONInfoPtr info,struct radeon_surface * surface,int width,int height,int cpp,uint32_t tiling_flags,int usage_hint) argument 182 radeon_alloc_pixmap_bo(ScrnInfoPtr pScrn,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch,struct radeon_surface * new_surface,uint32_t * new_tiling) argument [all...] |
| H A D | radeon_bo_helper.h | 45 int usage_hint, int bitsPerPixel, int *new_pitch,
|
| H A D | radeon_exa.c | 239 int depth, int usage_hint, int bitsPerPixel, 260 usage_hint, bitsPerPixel, new_pitch, 238 RADEONEXACreatePixmap2(ScreenPtr pScreen,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch) argument
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_bo_helper.h | 29 int height, int depth, int usage_hint,
|
| H A D | amdgpu_bo_helper.c | 63 int height, int depth, int usage_hint, 69 if (!(usage_hint & AMDGPU_CREATE_PIXMAP_GTT) && info->gbm) { 82 if (usage_hint & AMDGPU_CREATE_PIXMAP_SCANOUT) 86 if (usage_hint == CREATE_PIXMAP_USAGE_SHARED || 87 (usage_hint & AMDGPU_CREATE_PIXMAP_LINEAR)) { 109 uint32_t domain = (usage_hint & AMDGPU_CREATE_PIXMAP_GTT) ? 62 amdgpu_alloc_pixmap_bo(ScrnInfoPtr pScrn,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch) argument
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | pixmapstr.h | 85 unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */ member in struct:_Pixmap
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpixmap.c | 33 unsigned usage_hint) 81 pPixmap->usage_hint = usage_hint; 88 unsigned usage_hint) 96 return fbCreatePixmapBpp (pScreen, width, height, depth, bpp, usage_hint); 32 fbCreatePixmapBpp(ScreenPtr pScreen,int width,int height,int depth,int bpp,unsigned usage_hint) argument 87 fbCreatePixmap(ScreenPtr pScreen,int width,int height,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_pixmap.c | 34 unsigned usage_hint) 52 pPixmap = pScreen->CreatePixmap(pScreen, 0, 0, depth, usage_hint); 73 usage_hint, bpp, &new_pitch)) 33 saa_create_pixmap(ScreenPtr pScreen,int w,int h,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_driver.c | 51 unsigned usage_hint) 63 pPixmap = pScreen->CreatePixmap(pScreen, 0, 0, depth, usage_hint); 81 pExaPixmap->driverPriv = pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, &new_pitch); 50 exaCreatePixmap_driver(ScreenPtr pScreen,int w,int h,int depth,unsigned usage_hint) argument
|
| H A D | exa_migration_mixed.c | 42 int usage_hint = pPixmap->usage_hint; local in function:exaCreateDriverPixmap_mixed 58 pExaPixmap->driverPriv = pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, &new_pitch);
|
| H A D | exa_classic.c | 57 unsigned usage_hint) 69 pPixmap = pScreen->CreatePixmap (pScreen, w, h, depth, usage_hint); 56 exaCreatePixmap_classic(ScreenPtr pScreen,int w,int h,int depth,unsigned usage_hint) argument
|
| H A D | exa_mixed.c | 50 unsigned usage_hint) 62 pPixmap = pScreen->CreatePixmap(pScreen, 0, 0, depth, usage_hint); 49 exaCreatePixmap_mixed(ScreenPtr pScreen,int w,int h,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_driver.c | 51 unsigned usage_hint) 64 pPixmap = pScreen->CreatePixmap(pScreen, 0, 0, depth, usage_hint); 84 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, 50 exaCreatePixmap_driver(ScreenPtr pScreen,int w,int h,int depth,unsigned usage_hint) argument
|
| H A D | exa_migration_mixed.c | 43 int usage_hint = pPixmap->usage_hint; local in function:exaCreateDriverPixmap_mixed 61 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp,
|
| H A D | exa_classic.c | 57 unsigned usage_hint) 70 pPixmap = pScreen->CreatePixmap(pScreen, w, h, depth, usage_hint); 56 exaCreatePixmap_classic(ScreenPtr pScreen,int w,int h,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpixmap.c | 33 unsigned usage_hint) 84 pPixmap->usage_hint = usage_hint; 32 fbCreatePixmap(ScreenPtr pScreen,int width,int height,int depth,unsigned usage_hint) argument
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv_accel_common.c | 33 int usage_hint, int *pitch, struct nouveau_bo **bo) 36 Bool scanout = (usage_hint & NOUVEAU_CREATE_PIXMAP_SCANOUT); 37 Bool tiled = (usage_hint & NOUVEAU_CREATE_PIXMAP_TILED); 44 shared = ((usage_hint & 0xffff) == CREATE_PIXMAP_USAGE_SHARED); 71 if (usage_hint & NOUVEAU_CREATE_PIXMAP_ZETA) 85 if (usage_hint & NOUVEAU_CREATE_PIXMAP_ZETA) 87 else if (usage_hint & NOUVEAU_CREATE_PIXMAP_SCANOUT) 109 if (usage_hint & NOUVEAU_CREATE_PIXMAP_ZETA) 113 if (usage_hint & NOUVEAU_CREATE_PIXMAP_SCANOUT) 32 nouveau_allocate_surface(ScrnInfoPtr scrn,int width,int height,int bpp,int usage_hint,int * pitch,struct nouveau_bo ** bo) argument
|