HomeSort by: relevance | last modified time | path
    Searched defs:usage_hint (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/exa/
exa_migration_mixed.c 43 int usage_hint = pPixmap->usage_hint; local
61 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp,
  /xsrc/external/mit/xorg-server.old/dist/exa/
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);
  /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/dist/include/
pixmapstr.h 85 unsigned usage_hint; /* see CREATE_PIXMAP_USAGE_* */ member in struct:_Pixmap
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_dri2.c 65 unsigned int usage_hint = 0; local
68 usage_hint |= NOUVEAU_CREATE_PIXMAP_TILED;
75 usage_hint |= NOUVEAU_CREATE_PIXMAP_ZETA;
77 usage_hint |= NOUVEAU_CREATE_PIXMAP_SCANOUT;
81 usage_hint);

Completed in 11 milliseconds