Searched refs:drm_shim_bo_get_handle (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/nouveau/drm-shim/ |
H A D | nouveau_noop.c | 77 create->info.handle = drm_shim_bo_get_handle(shim_fd, &bo->base); in nouveau_ioctl_gem_new() 134 alloc->notifier_handle = drm_shim_bo_get_handle(shim_fd, ¬ify->base); in nouveau_ioctl_channel_alloc()
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.h | 101 int drm_shim_bo_get_handle(struct shim_fd *shim_fd, struct shim_bo *bo);
|
H A D | device.c | 379 drm_shim_bo_get_handle(struct shim_fd *shim_fd, struct shim_bo *bo) in drm_shim_bo_get_handle() function
|
/third_party/mesa3d/src/broadcom/drm-shim/ |
H A D | vc4_noop.c | 47 create->handle = drm_shim_bo_get_handle(shim_fd, bo); in vc4_ioctl_create_bo()
|
H A D | v3d_noop.c | 72 create->handle = drm_shim_bo_get_handle(shim_fd, &bo->base); in v3d_ioctl_create_bo()
|
/third_party/mesa3d/src/panfrost/drm-shim/ |
H A D | panfrost_noop.c | 96 create->handle = drm_shim_bo_get_handle(shim_fd, bo); in pan_ioctl_create_bo()
|
/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/ |
H A D | lima_noop.c | 70 create->handle = drm_shim_bo_get_handle(shim_fd, bo); in lima_ioctl_gem_create()
|
/third_party/mesa3d/src/amd/drm-shim/ |
H A D | radeon_noop_drm_shim.c | 100 create->handle = drm_shim_bo_get_handle(shim_fd, bo); in radeon_ioctl_gem_create()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_noop_drm_shim.c | 105 create->handle = drm_shim_bo_get_handle(shim_fd, &bo->base); in i915_ioctl_gem_create() 140 userptr->handle = drm_shim_bo_get_handle(shim_fd, &bo->base); in i915_ioctl_gem_userptr()
|
/third_party/mesa3d/src/freedreno/drm-shim/ |
H A D | freedreno_noop.c | 68 create->handle = drm_shim_bo_get_handle(shim_fd, bo); in msm_ioctl_gem_new()
|
/third_party/mesa3d/src/etnaviv/drm-shim/ |
H A D | etnaviv_noop.c | 169 create->handle = drm_shim_bo_get_handle(shim_fd, bo); in etnaviv_ioctl_gem_new()
|
Completed in 5 milliseconds