Home
last modified time | relevance | path

Searched refs:get_bucket (Results 1 – 11 of 11) sorted by relevance

/third_party/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
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()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo_cache.c94 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) in get_bucket() function
155 bucket = get_bucket(cache, *size); in etna_bo_cache_alloc()
178 bucket = get_bucket(cache, bo->size); in etna_bo_cache_free()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo_cache.c110 get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() function
162 bucket = get_bucket(cache, *size); in fd_bo_cache_alloc()
195 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free()
/third_party/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
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()
/third_party/skia/third_party/externals/jinja2/
Dbccache.py157 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
Dloaders.py121 bucket = bcc.get_bucket(environment, name, filename, source)
/third_party/node/tools/inspector_protocol/jinja2/
Dbccache.py180 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
Dloaders.py119 bucket = bcc.get_bucket(environment, name, filename, source)
/third_party/jinja2/
Dbccache.py165 def get_bucket( member in BytecodeCache
Dloaders.py132 bucket = bcc.get_bucket(environment, name, filename, source)
/third_party/ffmpeg/libavcodec/
Ddnxhdenc.c1148 static inline int get_bucket(int value, int shift) in get_bucket() function
1163 buckets[j][get_bucket(v, 0)]++; in radix_count()
1182 int v = get_bucket(data[i].value, shift); in radix_sort_pass()