Searched refs:drm_handle_t (Results 1 – 9 of 9) sorted by relevance
/third_party/libdrm/ |
D | xf86drm.h | 311 drm_handle_t handle; 617 extern int drmGetMap(int fd, int idx, drm_handle_t *offset, 619 drmMapFlags *flags, drm_handle_t *handle, 639 drm_handle_t offset, 643 drm_handle_t * handle); 644 extern int drmRmMap(int fd, drm_handle_t handle); 646 drm_handle_t handle); 682 drm_handle_t handle, 697 drm_handle_t * handle); 705 drm_handle_t *handle); [all …]
|
D | xf86drm.c | 1555 drm_public int drmAddMap(int fd, drm_handle_t offset, drmSize size, drmMapType type, in drmAddMap() 1556 drmMapFlags flags, drm_handle_t *handle) in drmAddMap() 1568 *handle = (drm_handle_t)(uintptr_t)map.handle; in drmAddMap() 1572 drm_public int drmRmMap(int fd, drm_handle_t handle) in drmRmMap() 1719 drm_public int drmMap(int fd, drm_handle_t handle, drmSize size, in drmMap() 2274 unsigned long *address, drm_handle_t *handle) in drmAgpAlloc() 2303 drm_public int drmAgpFree(int fd, drm_handle_t handle) in drmAgpFree() 2328 drm_public int drmAgpBind(int fd, drm_handle_t handle, unsigned long offset) in drmAgpBind() 2353 drm_public int drmAgpUnbind(int fd, drm_handle_t handle) in drmAgpUnbind() 2572 drm_handle_t *handle) in drmScatterGatherAlloc() [all …]
|
/third_party/libdrm/tests/ttmtest/src/ |
D | xf86dri.h | 78 Bool uniDRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA, 111 drm_handle_t * hFrameBuffer, int *fbOrigin, int *fbSize,
|
D | xf86dri.c | 181 drm_handle_t *hSAREA; 205 if (sizeof(drm_handle_t) == 8) { 548 drm_handle_t *hFrameBuffer; 576 if (sizeof(drm_handle_t) == 8) {
|
D | ttmtest.c | 66 drm_handle_t sAreaOffset; 78 drm_handle_t fbHandle;
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 212 drm_handle_t front_handle; 216 drm_handle_t back_handle; 220 drm_handle_t depth_handle; 224 drm_handle_t tex_handle; 251 drm_handle_t unused_handle;
|
D | drm.h | 42 typedef unsigned int drm_handle_t; typedef 58 typedef unsigned long drm_handle_t; typedef
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 336 drm_handle_t front_handle; 340 drm_handle_t back_handle; 344 drm_handle_t depth_handle; 348 drm_handle_t tex_handle; 375 drm_handle_t unused_handle;
|
D | drm.h | 42 typedef unsigned int drm_handle_t; typedef 58 typedef unsigned long drm_handle_t; typedef
|