Home
last modified time | relevance | path

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

/external/libdrm/freedreno/
Dfreedreno-symbols.txt7 fd_bo_from_handle
Dfreedreno_drmif.h124 struct fd_bo *fd_bo_from_handle(struct fd_device *dev,
Dfreedreno_bo.c130 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size) in fd_bo_from_handle() function
/external/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h159 struct fd_bo *fd_bo_from_handle(struct fd_device *dev,
Dfreedreno_bo.c144 fd_bo_from_handle(struct fd_device *dev, uint32_t handle, uint32_t size) in fd_bo_from_handle() function
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c812 bo = fd_bo_from_handle(screen->dev, whandle->handle, 0); in fd_screen_bo_from_handle()