| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | drisw_api.h | 23 int shmid, char *shmaddr, unsigned offset, unsigned offset_x,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | drisw_api.h | 23 int shmid, char *shmaddr, unsigned offset, unsigned offset_x,
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | shm-test.c | 90 shm.shmaddr = shmat(shm.shmid, 0, 0); 91 if (shm.shmaddr == (char *) -1) { 99 memset(shm.shmaddr, 0xcc, 4096); 104 shm.shmaddr + 64, &shm, width, height, 24); 128 _x_error_occurred = memcmp(shm.shmaddr, expected, 4096); 133 shmdt(shm.shmaddr);
|
| H A D | lowlevel-blt-bench.c | 253 shm.shmaddr = shmat(shm.shmid, 0, 0); 254 if (shm.shmaddr == (char *) -1) { 282 shm->shmaddr, shm, 291 memset(shm->shmaddr, 0x80, size/2); 292 memset(shm->shmaddr+size/2, 0xff, size/2);
|
| H A D | dri3-test.c | 454 shm.shmaddr = shmat(shm.shmid, 0, 0); 455 if (shm.shmaddr == (char *) -1) { 464 shm.shmaddr, &shm, width, height, 24); 470 shmdt(shm.shmaddr); 495 ptr = (uint32_t *)shm.shmaddr; 522 shmdt(shm.shmaddr);
|
| H A D | test_display.c | 114 d->shm.shmaddr = shmat(d->shm.shmid, NULL, 0);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | shm-test.c | 90 shm.shmaddr = shmat(shm.shmid, 0, 0); 91 if (shm.shmaddr == (char *) -1) { 99 memset(shm.shmaddr, 0xcc, 4096); 104 shm.shmaddr + 64, &shm, width, height, 24); 128 _x_error_occurred = memcmp(shm.shmaddr, expected, 4096); 133 shmdt(shm.shmaddr);
|
| H A D | lowlevel-blt-bench.c | 253 shm.shmaddr = shmat(shm.shmid, 0, 0); 254 if (shm.shmaddr == (char *) -1) { 282 shm->shmaddr, shm, 291 memset(shm->shmaddr, 0x80, size/2); 292 memset(shm->shmaddr+size/2, 0xff, size/2);
|
| H A D | present-test.c | 467 shm.shmaddr = shmat(shm.shmid, 0, 0); 468 if (shm.shmaddr == (char *) -1) 475 shm.shmaddr, &shm, width, height, 24); 503 shmdt(shm.shmaddr);
|
| H A D | dri3-test.c | 459 shm.shmaddr = shmat(shm.shmid, 0, 0); 460 if (shm.shmaddr == (char *) -1) { 469 shm.shmaddr, &shm, width, height, 24); 475 shmdt(shm.shmaddr); 500 ptr = (uint32_t *)shm.shmaddr; 527 shmdt(shm.shmaddr);
|
| H A D | test_display.c | 114 d->shm.shmaddr = shmat(d->shm.shmid, NULL, 0);
|
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| H A D | XShm.h | 53 char *shmaddr; /* address in client */ member in struct:__anond865d6b90208
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 127 shminfo->shmaddr = (char *) -1; 135 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0); 136 if (shminfo->shmaddr == (char *) -1) { 142 return shminfo->shmaddr; 261 shmdt(xlib_dt->shminfo.shmaddr); 265 xlib_dt->shminfo.shmaddr = (char *) -1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 127 shminfo->shmaddr = (char *) -1; 135 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0); 136 if (shminfo->shmaddr == (char *) -1) { 142 return shminfo->shmaddr; 261 shmdt(xlib_dt->shminfo.shmaddr); 265 xlib_dt->shminfo.shmaddr = (char *) -1;
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_xcb_image_shm.c | 116 shminfo.shmaddr = shmat(shminfo.shmid, 0, 0); 117 img->data = shminfo.shmaddr;
|
| H A D | xcb_image.h | 168 uint8_t *shmaddr; member in struct:xcb_shm_segment_info_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_buffer.c | 104 b->shminfo.shmaddr = b->backxrb->ximage->data 106 if (b->shminfo.shmaddr == (char *) -1) { 128 shmdt(b->shminfo.shmaddr); 149 shmdt(b->shminfo.shmaddr); 183 shmdt(b->shminfo.shmaddr); 402 shmdt( b->shminfo.shmaddr );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_buffer.c | 104 b->shminfo.shmaddr = b->backxrb->ximage->data 106 if (b->shminfo.shmaddr == (char *) -1) { 128 shmdt(b->shminfo.shmaddr); 149 shmdt(b->shminfo.shmaddr); 183 shmdt(b->shminfo.shmaddr); 402 shmdt( b->shminfo.shmaddr );
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | drisw_glx.c | 254 int shmid, char *shmaddr, unsigned offset, 259 pdp->shminfo.shmaddr = shmaddr; 261 shmaddr + offset, loaderPrivate); 268 int shmid, char *shmaddr, unsigned offset, 273 pdp->shminfo.shmaddr = shmaddr; 275 shmaddr + offset, loaderPrivate); 351 ximage->data = prp->shminfo.shmaddr; /* no offset */ 252 swrastPutImageShm(__DRIdrawable * draw,int op,int x,int y,int w,int h,int stride,int shmid,char * shmaddr,unsigned offset,void * loaderPrivate) argument 265 swrastPutImageShm2(__DRIdrawable * draw,int op,int x,int y,int w,int h,int stride,int shmid,char * shmaddr,unsigned offset,void * loaderPrivate) argument
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | drisw_glx.c | 214 int shmid, char *shmaddr, unsigned offset, 222 pdp->shminfo.shmaddr = shmaddr; 224 shmaddr + offset, loaderPrivate); 231 int shmid, char *shmaddr, unsigned offset, 239 pdp->shminfo.shmaddr = shmaddr; 241 shmaddr + offset, loaderPrivate); 326 ximage->data = prp->shminfo.shmaddr; /* no offset */ 212 swrastPutImageShm(__DRIdrawable * draw,int op,int x,int y,int w,int h,int stride,int shmid,char * shmaddr,unsigned offset,void * loaderPrivate) argument 228 swrastPutImageShm2(__DRIdrawable * draw,int op,int x,int y,int w,int h,int stride,int shmid,char * shmaddr,unsigned offset,void * loaderPrivate) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 450 shminfo->shmaddr = NULL; 464 shminfo->shmaddr = 467 if (shminfo->shmaddr == MAP_FAILED) 468 shminfo->shmaddr = NULL; 470 if (!shminfo->shmaddr) 479 shminfo->shmaddr = shmat(shminfo->shmid, 0, 0); 480 if (shminfo->shmaddr == (void *)-1) { 481 shminfo->shmaddr = NULL; 494 shmdt(shminfo->shmaddr); 495 shminfo->shmaddr [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | drisw.c | 81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, argument 92 shmid, shmaddr, offset, dPriv->loaderPrivate); 96 shmid, shmaddr, offset + offset_x, dPriv->loaderPrivate); 187 int shmid, char *shmaddr, unsigned offset, 194 put_image_shm(dPriv, shmid, shmaddr, offset, offset_x, x, y, width, height, stride); 186 drisw_put_image_shm(struct dri_drawable * drawable,int shmid,char * shmaddr,unsigned offset,unsigned offset_x,int x,int y,unsigned width,unsigned height,unsigned stride) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | drisw.c | 81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, argument 92 shmid, shmaddr, offset, dPriv->loaderPrivate); 96 shmid, shmaddr, offset + offset_x, dPriv->loaderPrivate); 190 int shmid, char *shmaddr, unsigned offset, 197 put_image_shm(dPriv, shmid, shmaddr, offset, offset_x, x, y, width, height, stride); 189 drisw_put_image_shm(struct dri_drawable * drawable,int shmid,char * shmaddr,unsigned offset,unsigned offset_x,int x,int y,unsigned width,unsigned height,unsigned stride) argument
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XShm.c | 350 req->offset = image->data - shminfo->shmaddr; 385 req->offset = image->data - shminfo->shmaddr; 426 req->offset = data - shminfo->shmaddr;
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_blt.c | 441 shm_info.shmaddr = (char *) shmat(shm_info.shmid, NULL, 0); 442 if (shm_info.shmaddr == ((char *) -1)) 474 if(shmdt (shm_info.shmaddr)==-1) 480 shm_image.data = shm_info.shmaddr; 547 if(shmdt (shm_info.shmaddr)==-1)
|