Searched refs:get_bucket (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/etnaviv/ |
D | etnaviv_bo_cache.c | 100 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) in get_bucket() function 157 bucket = get_bucket(cache, *size); in etna_bo_cache_alloc() 175 struct etna_bo_bucket *bucket = get_bucket(cache, bo->size); in etna_bo_cache_free()
|
/external/libdrm/freedreno/ |
D | freedreno_bo_cache.c | 113 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() function 172 bucket = get_bucket(cache, *size); in fd_bo_cache_alloc() 199 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free()
|
/external/libmojo/third_party/jinja2/ |
D | bccache.py | 172 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
|
D | loaders.py | 119 bucket = bcc.get_bucket(environment, name, filename, source)
|