Home
last modified time | relevance | path

Searched refs:fd_bo_from_dmabuf (Results 1 – 6 of 6) sorted by relevance

/third_party/libdrm/freedreno/
Dfreedreno-symbols.txt5 fd_bo_from_dmabuf
Dfreedreno_drmif.h127 struct fd_bo * fd_bo_from_dmabuf(struct fd_device *dev, int fd);
Dfreedreno_bo.c148 fd_bo_from_dmabuf(struct fd_device *dev, int fd) in fd_bo_from_dmabuf() function
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h210 struct fd_bo *fd_bo_from_dmabuf(struct fd_device *dev, int fd);
Dfreedreno_bo.c185 fd_bo_from_dmabuf(struct fd_device *dev, int fd) in fd_bo_from_dmabuf() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c918 bo = fd_bo_from_dmabuf(screen->dev, whandle->handle); in fd_screen_bo_from_handle()