| /xsrc/external/mit/libXpm/dist/test/ |
| Makefile.am | 51 $(check_PROGRAMS): pixmaps/.generated 53 pixmaps/.generated: 54 -rm -rf pixmaps/good/generated pixmaps/invalid/generated pixmaps/.generated 55 $(MKDIR_P) pixmaps/good/generated pixmaps/invalid/generated \ 56 pixmaps/no-mem/generated 57 cp $(srcdir)/pixmaps/good/*.xpm pixmaps/good/generate [all...] |
| /xsrc/external/mit/xorg-server/dist/exa/ |
| exa_migration_mixed.c | 79 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) 87 if (exaPixmapIsPinned(pixmaps[i].pPix) && 88 !exaPixmapHasGpuCopy(pixmaps[i].pPix)) { 99 PixmapPtr pPixmap = pixmaps[i].pPix; 110 * there are pixmaps without pDamage and a bad fb_pitch value. 112 * causes corruption. Pixmaps without pDamage are not migrated 114 * isn't causing problems. Pixmaps have their gpu pitch set the 118 exaCopyDirtyToFb(pixmaps + i); 121 !pixmaps[i].as_dst && !pixmaps[i].pReg 132 ExaMigrationRec pixmaps[1]; local 204 ExaMigrationRec pixmaps[1]; local [all...] |
| exa_migration_classic.c | 196 /* The caller may restrict the region to be migrated for source pixmaps 339 /* Don't migrate in pixmaps which are less than 8bpp. This avoids a lot of 607 * Performs migration of the pixmaps according to the operation information 608 * provided in pixmaps and can_accel and the migration scheme chosen in the 612 exaDoMigration_classic(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) 614 ScreenPtr pScreen = pixmaps[0].pPix->drawable.pScreen; 628 if (!exaPixmapIsDirty(pixmaps[i].pPix) && 629 !exaAssertNotDirty(pixmaps[i].pPix)) 638 if (exaPixmapIsPinned(pixmaps[i].pPix) && 639 !exaPixmapHasGpuCopy(pixmaps[i].pPix)) 745 ExaMigrationRec pixmaps[1]; local [all...] |
| exa_accel.c | 64 ExaMigrationRec pixmaps[1]; local 66 pixmaps[0].as_dst = TRUE; 67 pixmaps[0].as_src = FALSE; 68 pixmaps[0].pPix = pPixmap; 69 pixmaps[0].pReg = NULL; 71 exaDoMigration(pixmaps, 1, TRUE); 172 ExaMigrationRec pixmaps[1]; local 174 pixmaps[0].as_dst = TRUE; 175 pixmaps[0].as_src = FALSE; 176 pixmaps[0].pPix = pPix 457 ExaMigrationRec pixmaps[2]; local 834 ExaMigrationRec pixmaps[1]; local 1009 ExaMigrationRec pixmaps[1]; local 1108 ExaMigrationRec pixmaps[2]; local [all...] |
| exa_render.c | 307 ExaMigrationRec pixmaps[1]; local 309 pixmaps[0].as_dst = TRUE; 310 pixmaps[0].as_src = FALSE; 311 pixmaps[0].pPix = pDstPix; 312 pixmaps[0].pReg = ®ion; 313 exaDoMigration(pixmaps, 1, TRUE); 371 /* Check whether the accelerator can use these pixmaps. 372 * FIXME: If it cannot, use temporary pixmaps so that the drawing 387 ExaMigrationRec pixmaps[3]; local 390 pixmaps[i].as_dst = TRUE 697 ExaMigrationRec pixmaps[3]; local [all...] |
| exa_priv.h | 173 void (*do_migration) (ExaMigrationPtr pixmaps, int npixmaps, 191 /* Reference counting for accessed pixmaps */ 582 exaDoMigration(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel); 647 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel); 721 exaDoMigration_classic(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
|
| exa_glyphs.c | 59 /* Width of the pixmaps we use for the caches; this should be less than 147 * for switching between mask pixmaps. (Note that for a size of font 354 * pipeline glyph uploads and to avoid creating gpu backed pixmaps for 389 ExaMigrationRec pixmaps[1]; local 392 pixmaps[0].as_dst = TRUE; 393 pixmaps[0].as_src = FALSE; 394 pixmaps[0].pPix = pCachePixmap; 395 pixmaps[0].pReg = NULL; 396 exaDoMigration(pixmaps, 1, TRUE);
|
| exa.c | 235 * deal with moving pixmaps in and out of system memory), EXA will give drivers 236 * pixmaps as arguments for which exaPixmapHasGpuCopy() is TRUE. 499 /* fbValidateGC will do direct access to pixmaps if the tiling has changed. 870 * pixmaps against the max pitch in exaCreatePixmap() -- it matters 942 * Don't allow shared pixmaps. 947 * Hookup offscreen pixmaps 1003 LogMessage(X_INFO, "EXA(%d): Driver allocated offscreen pixmaps\n", 1009 LogMessage(X_INFO, "EXA(%d): No offscreen pixmaps\n", pScreen->myNum); 1100 * Performs migration of the pixmaps according to the operation information 1101 * provided in pixmaps and can_accel and the migration scheme chosen in th [all...] |
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| exa_migration_mixed.c | 74 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) 82 if (exaPixmapIsPinned (pixmaps[i].pPix) && 83 !exaPixmapHasGpuCopy (pixmaps[i].pPix)) 95 PixmapPtr pPixmap = pixmaps[i].pPix; 105 * there are pixmaps without pDamage and a bad fb_pitch value. 107 * causes corruption. Pixmaps without pDamage are not migrated 109 * isn't causing problems. Pixmaps have their gpu pitch set the 113 exaCopyDirtyToFb(pixmaps + i); 116 !pixmaps[i].as_dst && !pixmaps[i].pReg 127 ExaMigrationRec pixmaps[1]; local 199 ExaMigrationRec pixmaps[1]; local [all...] |
| exa_migration_classic.c | 196 /* The caller may restrict the region to be migrated for source pixmaps 333 /* Don't migrate in pixmaps which are less than 8bpp. This avoids a lot of 594 * Performs migration of the pixmaps according to the operation information 595 * provided in pixmaps and can_accel and the migration scheme chosen in the 599 exaDoMigration_classic (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) 601 ScreenPtr pScreen = pixmaps[0].pPix->drawable.pScreen; 614 if (!exaPixmapIsDirty (pixmaps[i].pPix) && 615 !exaAssertNotDirty (pixmaps[i].pPix)) 623 if (exaPixmapIsPinned (pixmaps[i].pPix) && 624 !exaPixmapHasGpuCopy (pixmaps[i].pPix) 730 ExaMigrationRec pixmaps[1]; local [all...] |
| exa_accel.c | 64 ExaMigrationRec pixmaps[1]; local 66 pixmaps[0].as_dst = TRUE; 67 pixmaps[0].as_src = FALSE; 68 pixmaps[0].pPix = pPixmap; 69 pixmaps[0].pReg = NULL; 71 exaDoMigration (pixmaps, 1, TRUE); 176 ExaMigrationRec pixmaps[1]; local 178 pixmaps[0].as_dst = TRUE; 179 pixmaps[0].as_src = FALSE; 180 pixmaps[0].pPix = pPix 466 ExaMigrationRec pixmaps[2]; local 835 ExaMigrationRec pixmaps[1]; local 1016 ExaMigrationRec pixmaps[1]; local 1119 ExaMigrationRec pixmaps[2]; local [all...] |
| exa_render.c | 313 ExaMigrationRec pixmaps[1]; local 315 pixmaps[0].as_dst = TRUE; 316 pixmaps[0].as_src = FALSE; 317 pixmaps[0].pPix = pDstPix; 318 pixmaps[0].pReg = ®ion; 319 exaDoMigration(pixmaps, 1, TRUE); 379 /* Check whether the accelerator can use these pixmaps. 380 * FIXME: If it cannot, use temporary pixmaps so that the drawing 397 ExaMigrationRec pixmaps[3]; local 400 pixmaps[i].as_dst = TRUE 709 ExaMigrationRec pixmaps[3]; local [all...] |
| exa_priv.h | 172 void (*do_migration) (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel); 189 /* Reference counting for accessed pixmaps */ 582 exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel); 639 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel); 712 exaDoMigration_classic (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
|
| exa_glyphs.c | 59 /* Width of the pixmaps we use for the caches; this should be less than 143 * for switching between mask pixmaps. (Note that for a size of font 351 * pipeline glyph uploads and to avoid creating gpu backed pixmaps for 386 ExaMigrationRec pixmaps[1]; local 389 pixmaps[0].as_dst = TRUE; 390 pixmaps[0].as_src = FALSE; 391 pixmaps[0].pPix = pCachePixmap; 392 pixmaps[0].pReg = NULL; 393 exaDoMigration (pixmaps, 1, TRUE);
|
| exa.c | 238 * deal with moving pixmaps in and out of system memory), EXA will give drivers 239 * pixmaps as arguments for which exaPixmapHasGpuCopy() is TRUE. 513 /* fbValidateGC will do direct access to pixmaps if the tiling has changed. 528 /* Sometimes tile pixmaps are swapped, you need access to: 901 * pixmaps against the max pitch in exaCreatePixmap() -- it matters 973 * Don't allow shared pixmaps. 978 * Hookup offscreen pixmaps 1023 LogMessage(X_INFO, "EXA(%d): Driver allocated offscreen pixmaps\n", 1029 LogMessage(X_INFO, "EXA(%d): No offscreen pixmaps\n", pScreen->myNum); 1117 * Performs migration of the pixmaps according to the operation informatio [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| GCManager.c | 200 Drawable *pixmaps; local 258 pixmaps = pd->pixmap_tab[cur->screen]; 259 if (!pixmaps) { 270 pixmaps = (Drawable *) __XtCalloc((unsigned) max, sizeof(Drawable)); 271 pd->pixmap_tab[cur->screen] = pixmaps; 273 drawable = pixmaps[cur->depth - 1]; 277 pixmaps[cur->depth - 1] = drawable;
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_pixmap_colormap.spec | 37 Xlib functions but there is no colormap associated with pixmaps. 64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_pixmap_colormap.spec | 37 Xlib functions but there is no colormap associated with pixmaps. 64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_saa_priv.h | 62 struct _WsbmListHead pixmaps; member in struct:vmwgfx_saa
|
| vmwgfx_driver.c | 733 PixmapPtr *pixmaps = calloc(config->num_crtc, sizeof(*pixmaps)); local 737 if (!pixmaps) { 744 * Get an array of pixmaps from which we scan out. 756 if (pixmap == pixmaps[j]) 761 pixmaps[num_scanout++] = pixmap; 770 pixmap = pixmaps[j]; 797 free(pixmaps);
|
| vmwgfx_saa.c | 696 WSBMLISTADDTAIL(&vpix->pixmap_list, &vsaa->pixmaps); 1282 * For pixmaps for which vpix->hw_is_hosted is true, we can explicitly 1283 * inform the compositor when contents has changed, so for those pixmaps 1445 WSBMINITLISTHEAD(&vsaa->pixmaps); 1466 * pixmap private data in the saa pixmaps. Might want to revisit this. 1618 WSBMLISTFOREACH(list, &vsaa->pixmaps) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_dri3.c | 206 list_for_each_entry(priv, &sna->dri3.pixmaps, cow_list) { 280 list_add(&priv->cow_list, &sna->dri3.pixmaps); 350 list_move(&priv->cow_list, &sna->dri3.pixmaps); 379 list_init(&sna->dri3.pixmaps);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_dri3.c | 203 list_for_each_entry(priv, &sna->dri3.pixmaps, cow_list) { 275 list_add(&priv->cow_list, &sna->dri3.pixmaps); 336 list_move(&priv->cow_list, &sna->dri3.pixmaps); 365 list_init(&sna->dri3.pixmaps);
|
| /xsrc/external/mit/xterm/dist/package/debian/ |
| rules | 77 --with-pixmapdir=\$${prefix}/share/pixmaps \
|
| /xsrc/external/mit/xterm/dist/package/freebsd/ |
| Makefile | 32 CPPFLAGS+= -DPIXMAP_ROOTDIR=${LOCALBASE}/share/pixmaps
|