Searched refs:dmabuf_fd (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/include/GL/ |
H A D | mesa_glinterop.h | 210 int dmabuf_fd; member
|
/third_party/libdrm/tests/amdgpu/ |
H A D | cp_dma_tests.c | 143 int dmabuf_fd, struct amdgpu_cp_dma_bo *bo) { in import_dma_buf_to_bo() 150 dmabuf_fd, &bo_import_result); in import_dma_buf_to_bo() 142 import_dma_buf_to_bo(amdgpu_device_handle dev, int dmabuf_fd, struct amdgpu_cp_dma_bo *bo) import_dma_buf_to_bo() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 1435 int dmabuf_fd = -1; in crocus_bo_export_gem_handle_for_device() local 1436 int err = crocus_bo_export_dmabuf(bo, &dmabuf_fd); in crocus_bo_export_gem_handle_for_device() 1443 err = drmPrimeFDToHandle(drm_fd, dmabuf_fd, &export->gem_handle); in crocus_bo_export_gem_handle_for_device() 1444 close(dmabuf_fd); in crocus_bo_export_gem_handle_for_device()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.c | 2065 int dmabuf_fd = -1; in iris_bo_export_gem_handle_for_device() local 2066 int err = iris_bo_export_dmabuf(bo, &dmabuf_fd); in iris_bo_export_gem_handle_for_device() 2073 err = drmPrimeFDToHandle(drm_fd, dmabuf_fd, &export->gem_handle); in iris_bo_export_gem_handle_for_device() 2074 close(dmabuf_fd); in iris_bo_export_gem_handle_for_device()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 2181 out->dmabuf_fd = whandle.handle; in dri2_interop_export_object()
|
Completed in 10 milliseconds