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