Searched refs:usage_hint (Results 1 - 25 of 71) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dpixmapstr.h83 unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */ member in struct:_Pixmap
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DXNPixmap.h33 int depth, unsigned usage_hint);
H A DPixmap.c40 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 Ddmxpixmap.h53 unsigned usage_hint);
H A Ddmxpixmap.c85 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 DXNPixmap.h34 int depth, unsigned usage_hint);
H A DPixmap.c39 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 Dwinpixmap.c60 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 Dradeon_bo_helper.c113 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 Dradeon_bo_helper.h45 int usage_hint, int bitsPerPixel, int *new_pitch,
H A Dradeon_exa.c239 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 Damdgpu_bo_helper.h29 int height, int depth, int usage_hint,
H A Damdgpu_bo_helper.c63 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 Dpixmapstr.h85 unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */ member in struct:_Pixmap
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpixmap.c33 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 Dsaa_pixmap.c34 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 Dexa_driver.c51 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 Dexa_migration_mixed.c42 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 Dexa_classic.c57 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 Dexa_mixed.c50 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 Dexa_driver.c51 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 Dexa_migration_mixed.c43 int usage_hint = pPixmap->usage_hint; local in function:exaCreateDriverPixmap_mixed
61 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp,
H A Dexa_classic.c57 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 Dfbpixmap.c33 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 Dnv_accel_common.c33 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

Completed in 15 milliseconds

123