HomeSort by: relevance | last modified time | path
    Searched refs:usage_hint (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server.old/dist/include/
pixmapstr.h 83 unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */ member in struct:_Pixmap
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
XNPixmap.h 33 int depth, unsigned usage_hint);
Pixmap.c 40 unsigned usage_hint)
60 pPixmap->usage_hint = usage_hint;
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
XNPixmap.h 34 int depth, unsigned usage_hint);
Pixmap.c 39 unsigned usage_hint)
59 pPixmap->usage_hint = usage_hint;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxpixmap.h 53 unsigned usage_hint);
dmxpixmap.c 85 unsigned usage_hint)
119 pPixmap->usage_hint = usage_hint;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winpixmap.c 60 int iDepth, unsigned usage_hint)
75 iWidth, iHeight, iDepth, usage_hint,
94 pPixmap->usage_hint = usage_hint;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
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 & RADEON_CREATE_PIXMAP_DEPTH
    [all...]
radeon_bo_helper.h 45 int usage_hint, int bitsPerPixel, int *new_pitch,
radeon_exa.c 239 int depth, int usage_hint, int bitsPerPixel,
260 usage_hint, bitsPerPixel, new_pitch,
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_bo_helper.h 29 int height, int depth, int usage_hint,
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) ?
  /xsrc/external/mit/xorg-server/dist/include/
pixmapstr.h 85 unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */ member in struct:_Pixmap
  /xsrc/external/mit/xorg-server.old/dist/fb/
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);
  /xsrc/external/mit/xf86-video-vmware/dist/saa/
saa_pixmap.c 34 unsigned usage_hint)
52 pPixmap = pScreen->CreatePixmap(pScreen, 0, 0, depth, usage_hint);
73 usage_hint, bpp, &new_pitch))
  /xsrc/external/mit/xorg-server/dist/exa/
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,
exa_migration_mixed.c 43 int usage_hint = pPixmap->usage_hint; local
61 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp,
exa_classic.c 57 unsigned usage_hint)
70 pPixmap = pScreen->CreatePixmap(pScreen, w, h, depth, usage_hint);
  /xsrc/external/mit/xorg-server.old/dist/exa/
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);
exa_migration_mixed.c 42 int usage_hint = pPixmap->usage_hint; local
58 pExaPixmap->driverPriv = pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, &new_pitch);
exa_classic.c 57 unsigned usage_hint)
69 pPixmap = pScreen->CreatePixmap (pScreen, w, h, depth, usage_hint);
exa_mixed.c 50 unsigned usage_hint)
62 pPixmap = pScreen->CreatePixmap(pScreen, 0, 0, depth, usage_hint);
  /xsrc/external/mit/xorg-server/dist/fb/
fbpixmap.c 33 unsigned usage_hint)
84 pPixmap->usage_hint = usage_hint;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
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)

Completed in 27 milliseconds

1 2 3