| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | linux_devmem.c | 129 const ssize_t got = pread(fd, buffer, rom_size - bytes,
|
| H A D | linux_sysfs.c | 465 const ssize_t bytes = pread( fd, data_bytes, temp_size, offset ); 897 pread(handle->fd, &ret, 4, port + handle->base); 899 pread(handle->fd, &ret, 4, port); 914 pread(handle->fd, &ret, 2, port + handle->base); 916 pread(handle->fd, &ret, 2, port); 931 pread(handle->fd, &ret, 1, port + handle->base); 933 pread(handle->fd, &ret, 1, port);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | drisw_glx.c | 302 __GLXDRIdrawable *pread = &(prp->base); local in function:swrastGetImage2 303 Display *dpy = pread->psc->dpy; 312 readable = pread->xDrawable; 339 __GLXDRIdrawable *pread = &(prp->base); local in function:swrastGetImageShm 340 Display *dpy = pread->psc->dpy; 348 readable = pread->xDrawable; 417 struct drisw_drawable *pdraw, *pread; local in function:drisw_bind_context 420 pread = (struct drisw_drawable *) driFetchDrawable(context, read); 426 pread ? pread [all...] |
| H A D | driwindows_glx.c | 86 struct driwindows_drawable *pdraw, *pread; local in function:driwindows_bind_context 89 pread = (struct driwindows_drawable *) driFetchDrawable(context, read); 93 if (pdraw == NULL || pread == NULL) 97 pdraw->windowsDrawable, pread->windowsDrawable))
|
| H A D | dri2_glx.c | 134 struct dri2_drawable *pdraw, *pread; local in function:dri2_bind_context 140 pread = (struct dri2_drawable *) driFetchDrawable(context, read); 149 if (pread) 150 dri_read = pread->driDrawable; 163 if (pread != pdraw && pread) 164 dri2InvalidateBuffers(psc->base.dpy, pread->base.xDrawable);
|
| H A D | dri3_glx.c | 192 struct dri3_drawable *pdraw, *pread; local in function:dri3_bind_context 196 pread = (struct dri3_drawable *) driFetchDrawable(context, read); 205 if (pread) 206 dri_read = pread->loader_drawable.dri_drawable;
|
| H A D | dri_glx.c | 626 struct dri_drawable *pdraw, *pread; local in function:dri_bind_context 629 pread = (struct dri_drawable *) driFetchDrawable(context, read); 633 if (pdraw == NULL || pread == NULL) 637 pdraw->driDrawable, pread->driDrawable))
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | drisw_glx.c | 274 __GLXDRIdrawable *pread = &(prp->base); local in function:swrastGetImage2 275 Display *dpy = pread->psc->dpy; 284 readable = pread->xDrawable; 311 __GLXDRIdrawable *pread = &(prp->base); local in function:swrastGetImageShm2 312 Display *dpy = pread->psc->dpy; 323 readable = pread->xDrawable; 402 struct drisw_drawable *pdraw, *pread; local in function:drisw_bind_context 405 pread = (struct drisw_drawable *) driFetchDrawable(context, read); 411 pread ? pread [all...] |
| H A D | driwindows_glx.c | 86 struct driwindows_drawable *pdraw, *pread; local in function:driwindows_bind_context 89 pread = (struct driwindows_drawable *) driFetchDrawable(context, read); 93 if (pdraw == NULL || pread == NULL) 97 pdraw->windowsDrawable, pread->windowsDrawable))
|
| H A D | dri2_glx.c | 134 struct dri2_drawable *pdraw, *pread; local in function:dri2_bind_context 140 pread = (struct dri2_drawable *) driFetchDrawable(context, read); 149 if (pread) 150 dri_read = pread->driDrawable; 163 if (pread != pdraw && pread) 164 dri2InvalidateBuffers(psc->base.dpy, pread->base.xDrawable);
|
| H A D | dri3_glx.c | 192 struct dri3_drawable *pdraw, *pread; local in function:dri3_bind_context 196 pread = (struct dri3_drawable *) driFetchDrawable(context, read); 205 if (pread) 206 dri_read = pread->loader_drawable.dri_drawable;
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_gem.c | 1837 struct drm_i915_gem_pread pread; local in function:drm_intel_gem_bo_get_subdata 1843 memclear(pread); 1844 pread.handle = bo_gem->gem_handle; 1845 pread.offset = offset; 1846 pread.size = size; 1847 pread.data_ptr = (uint64_t) (uintptr_t) data; 1850 &pread);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/internal/ |
| H A D | dri_interface.h | 857 __DRIdrawable *pread);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/internal/ |
| H A D | dri_interface.h | 849 __DRIdrawable *pread);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem.c | 156 #define LOCAL_I915_CREATE_PLACEMENT_STOLEN 1 /* Cannot use CPU mmaps or pread/pwrite */ 761 struct drm_i915_gem_pread pread; local in function:gem_read 767 VG_CLEAR(pread); 768 pread.handle = handle; 769 pread.offset = offset; 770 pread.size = length; 771 pread.data_ptr = (uintptr_t)dst; 772 ret = do_ioctl(fd, DRM_IOCTL_I915_GEM_PREAD, &pread); 7749 /* Be more parsimonious with pwrite/pread/cacheable buffers */
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem.c | 155 #define LOCAL_I915_CREATE_PLACEMENT_STOLEN 1 /* Cannot use CPU mmaps or pread/pwrite */ 595 struct drm_i915_gem_pread pread; local in function:gem_read 601 VG_CLEAR(pread); 602 pread.handle = handle; 603 pread.offset = offset; 604 pread.size = length; 605 pread.data_ptr = (uintptr_t)dst; 606 ret = do_ioctl(fd, DRM_IOCTL_I915_GEM_PREAD, &pread); 7098 /* Be more parsimonious with pwrite/pread/cacheable buffers */
|