Searched refs:fd_bo_cache_alloc (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/ |
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
|
D | freedreno_priv.h | 188 struct fd_bo *fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size,
|
D | freedreno_bo.c | 108 bo = fd_bo_cache_alloc(cache, &size, flags); in bo_new()
|
/third_party/libdrm/freedreno/ |
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
|
D | freedreno_priv.h | 111 drm_private struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache,
|
D | freedreno_bo.c | 86 bo = fd_bo_cache_alloc(cache, &size, flags); in bo_new()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 156 - freedreno: Crash in fd_bo_cache_alloc()
|