Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/
Dfreedreno-symbols.txt4 fd_bo_dmabuf
Dfreedreno_drmif.h134 int fd_bo_dmabuf(struct fd_bo *bo);
Dfreedreno_bo.c301 drm_public int fd_bo_dmabuf(struct fd_bo *bo) in fd_bo_dmabuf() function
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h217 int fd_bo_dmabuf(struct fd_bo *bo);
Dfreedreno_bo.c425 fd_bo_dmabuf(struct fd_bo *bo) in fd_bo_dmabuf() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c848 whandle->handle = fd_bo_dmabuf(bo); in fd_screen_bo_get_handle()