Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c185 params->params.dmabuf_fd, params->params.memsize, in nv_buffer_dump_params()
207 int dmabuf_fd; member
245 nvmm->dmabuf_fd = -1; in gst_memory_nvmm_init()
247 if (NvBufferCreateEx (&nvmm->dmabuf_fd, &create_params)) { in gst_memory_nvmm_init()
252 if (NvBufferGetParamsEx (nvmm->dmabuf_fd, &nvmm->params)) { in gst_memory_nvmm_init()
254 NvReleaseFd (nvmm->dmabuf_fd); in gst_memory_nvmm_init()
255 nvmm->dmabuf_fd = -1; in gst_memory_nvmm_init()
270 GST_TRACE ("%p fd:%i map", mem, nvmm->dmabuf_fd); in gst_memory_nvmm_map_full()
281 GST_TRACE ("%p fd:%i unmap", mem, nvmm->dmabuf_fd); in gst_memory_nvmm_unmap_full()
355 if (nvmm->dmabuf_fd > 0) in _gst_allocator_nvmm_free()
[all …]
/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/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c2094 params->params.dmabuf_fd, params->params.memsize, in dump_nv_buf_params()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c2181 out->dmabuf_fd = whandle.handle; in dri2_interop_export_object()