Searched refs:fd_bo_bucket (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_bo_cache.c90 struct fd_bo_bucket *bucket = &cache->cache_bucket[i];
109 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size)
117 struct fd_bo_bucket *bucket = &cache->cache_bucket[i];
134 static struct fd_bo *find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags)
165 struct fd_bo_bucket *bucket;
196 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size);
H A Dfreedreno_priv.h71 struct fd_bo_bucket { struct
77 struct fd_bo_bucket cache_bucket[14 * 4];
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c88 struct fd_bo_bucket *bucket = &cache->cache_bucket[i];
107 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size)
115 struct fd_bo_bucket *bucket = &cache->cache_bucket[i];
132 static struct fd_bo *find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags)
163 struct fd_bo_bucket *bucket;
194 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size);
H A Dfreedreno_priv.h65 struct fd_bo_bucket { struct
71 struct fd_bo_bucket cache_bucket[14 * 4];
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c88 struct fd_bo_bucket *bucket = &cache->cache_bucket[i];
107 static struct fd_bo_bucket *
116 struct fd_bo_bucket *bucket = &cache->cache_bucket[i];
126 find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags)
157 struct fd_bo_bucket *bucket;
191 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size);
H A Dfreedreno_priv.h101 struct fd_bo_bucket { struct
107 struct fd_bo_bucket cache_bucket[14 * 4];

Completed in 7 milliseconds