Home
last modified time | relevance | path

Searched defs:get_bucket (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/etnaviv/
Detnaviv_bo_cache.c100 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) in get_bucket() function
/external/libdrm/freedreno/
Dfreedreno_bo_cache.c113 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() function
/external/libmojo/third_party/jinja2/
Dbccache.py172 def get_bucket(self, environment, name, filename, source): member in BytecodeCache