Searched refs:get_bucket (Results 1 - 4 of 4) sorted by relevance

/external/libdrm/etnaviv/
H A Detnaviv_bo_cache.c100 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) function
157 bucket = get_bucket(cache, *size);
175 struct etna_bo_bucket *bucket = get_bucket(cache, bo->size);
/external/libdrm/freedreno/
H A Dfreedreno_bo_cache.c113 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) function
172 bucket = get_bucket(cache, *size);
199 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size);
/external/libmojo/third_party/jinja2/
H A Dbccache.py172 def get_bucket(self, environment, name, filename, source): member in class:BytecodeCache
H A Dloaders.py119 bucket = bcc.get_bucket(environment, name, filename, source)

Completed in 168 milliseconds