Home
last modified time | relevance | path

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

/external/libdrm/etnaviv/
Detnaviv_bo_cache.c96 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.c109 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() function
/external/libchrome/third_party/jinja2/
Dbccache.py180 def get_bucket(self, environment, name, filename, source): member in BytecodeCache