Home
last modified time | relevance | path

Searched defs:prime_fd (Results 1 – 14 of 14) sorted by relevance

/third_party/libdrm/android/
Dgralloc_handle.h51 int prime_fd; member
/third_party/libdrm/etnaviv/
Detnaviv_bo.c282 int ret, prime_fd; in etna_bo_dmabuf() local
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c363 int ret, prime_fd; in etna_bo_dmabuf() local
/third_party/libdrm/freedreno/
Dfreedreno_bo.c303 int ret, prime_fd; in fd_bo_dmabuf() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c1216 crocus_bo_import_dmabuf(struct crocus_bufmgr *bufmgr, int prime_fd, in crocus_bo_import_dmabuf()
1289 int prime_fd) in crocus_bo_import_dmabuf_no_mods()
1366 crocus_bo_export_dmabuf(struct crocus_bo *bo, int *prime_fd) in crocus_bo_export_dmabuf()
/third_party/libdrm/nouveau/
Dnouveau.c803 nouveau_bo_prime_handle_ref(struct nouveau_device *dev, int prime_fd, in nouveau_bo_prime_handle_ref()
823 nouveau_bo_set_prime(struct nouveau_bo *bo, int *prime_fd) in nouveau_bo_set_prime()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c427 int ret, prime_fd; in fd_bo_dmabuf() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c289 int prime_fd) in tu_bo_init_dmabuf()
338 int prime_fd; in tu_bo_export_dmabuf() local
Dtu_device.c2925 int prime_fd = tu_bo_export_dmabuf(device, memory->bo); in tu_GetMemoryFdKHR() local
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c583 gint prime_fd; in gst_kms_allocator_dmabuf_export() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1872 iris_bo_import_dmabuf(struct iris_bufmgr *bufmgr, int prime_fd) in iris_bo_import_dmabuf()
1984 iris_bo_export_dmabuf(struct iris_bo *bo, int *prime_fd) in iris_bo_export_dmabuf()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1652 int prime_fd = panfrost_bo_export(memory->bo); in panvk_GetMemoryFdKHR() local
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c2574 drm_intel_bo_gem_create_from_prime(drm_intel_bufmgr *bufmgr, int prime_fd, int size) in drm_intel_bo_gem_create_from_prime()
2652 drm_intel_bo_gem_export_to_prime(drm_intel_bo *bo, int *prime_fd) in drm_intel_bo_gem_export_to_prime()
/third_party/libdrm/
Dxf86drm.c3307 int *prime_fd) in drmPrimeHandleToFD()
3324 drm_public int drmPrimeFDToHandle(int fd, int prime_fd, uint32_t *handle) in drmPrimeFDToHandle()