Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo_cache.c156 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc() function
Dfreedreno_priv.h188 struct fd_bo *fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size,
Dfreedreno_bo.c108 bo = fd_bo_cache_alloc(cache, &size, flags); in bo_new()
/third_party/libdrm/freedreno/
Dfreedreno_bo_cache.c162 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc() function
Dfreedreno_priv.h111 drm_private struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache,
Dfreedreno_bo.c86 bo = fd_bo_cache_alloc(cache, &size, flags); in bo_new()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst156 - freedreno: Crash in fd_bo_cache_alloc()