Home
last modified time | relevance | path

Searched refs:dmabuf_fd (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/include/GL/
Dmesa_glinterop.h210 int dmabuf_fd; member
/third_party/libdrm/tests/amdgpu/
Dcp_dma_tests.c143 int dmabuf_fd, struct amdgpu_cp_dma_bo *bo) { in import_dma_buf_to_bo() argument
150 dmabuf_fd, &bo_import_result); in import_dma_buf_to_bo()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c1435 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/
Diris_bufmgr.c2065 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/
Ddri2.c2181 out->dmabuf_fd = whandle.handle; in dri2_interop_export_object()