Home
last modified time | relevance | path

Searched refs:fd_bo_cache_alloc (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno_bo_cache.c166 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc() function
Dfreedreno_priv.h109 drm_private struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache,
Dfreedreno_bo.c92 bo = fd_bo_cache_alloc(&dev->bo_cache, &size, flags); in fd_bo_new()
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c130 bo = fd_bo_cache_alloc(&to_msm_device(dev)->ring_cache, &size, 0); in ring_bo_new()