Searched refs:fd_bo_cache_alloc (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo_cache.c | 156 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc() function
|
H A D | freedreno_priv.h | 169 * (fd_bo_cache_alloc() -> find_in_bucket() -> fd_bo_state() -> 188 struct fd_bo *fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size,
|
H A D | freedreno_bo.c | 108 bo = fd_bo_cache_alloc(cache, &size, flags); in bo_new()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_bo_cache.c | 162 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc() function
|
H A D | freedreno_priv.h | 111 drm_private struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache,
|
H A D | freedreno_bo.c | 86 bo = fd_bo_cache_alloc(cache, &size, flags); in bo_new()
|
Completed in 4 milliseconds