HomeSort by relevance Sort by last modified time
    Searched refs:get_bucket (Results 1 - 3 of 3) sorted by null

  /external/libdrm/etnaviv/
etnaviv_bo_cache.c 100 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/
freedreno_bo_cache.c 113 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/
loaders.py 119 bucket = bcc.get_bucket(environment, name, filename, source)

Completed in 97 milliseconds