Searched refs:sna_pixmap_key (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna.h | 213 extern DevPrivateKeyRec sna_pixmap_key; 217 return ((void **)__get_private(pixmap, sna_pixmap_key))[1]; 521 return ((void **)__get_private(pixmap, sna_pixmap_key))[0];
|
| H A D | sna_driver.c | 89 DevPrivateKeyRec sna_pixmap_key; variable in typeref:typename:DevPrivateKeyRec 1043 if (!dixRegisterPrivateKey(&sna_pixmap_key, PRIVATE_PIXMAP, 1063 if (!dixRequestPrivate(&sna_pixmap_key, 3*sizeof(void *)))
|
| H A D | sna_dri2.c | 88 return ((void **)__get_private(pixmap, sna_pixmap_key))[2]; 94 ((void **)__get_private(pixmap, sna_pixmap_key))[2] = ptr;
|
| H A D | sna_accel.c | 723 ((void **)__get_private(pixmap, sna_pixmap_key))[1] = sna; 842 ((void **)__get_private(pixmap, sna_pixmap_key))[0] = sna;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna.h | 198 extern DevPrivateKeyRec sna_pixmap_key; 202 return ((void **)__get_private(pixmap, sna_pixmap_key))[1]; 467 return ((void **)__get_private(pixmap, sna_pixmap_key))[0];
|
| H A D | sna_driver.c | 80 DevPrivateKeyRec sna_pixmap_key; variable in typeref:typename:DevPrivateKeyRec 1012 if (!dixRegisterPrivateKey(&sna_pixmap_key, PRIVATE_PIXMAP, 1032 if (!dixRequestPrivate(&sna_pixmap_key, 3*sizeof(void *)))
|
| H A D | sna_dri2.c | 395 return ((void **)__get_private(pixmap, sna_pixmap_key))[2]; 401 ((void **)__get_private(pixmap, sna_pixmap_key))[2] = ptr;
|
| H A D | sna_accel.c | 714 ((void **)__get_private(pixmap, sna_pixmap_key))[1] = sna; 833 ((void **)__get_private(pixmap, sna_pixmap_key))[0] = sna;
|
Completed in 53 milliseconds