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

/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_bo_cache.c96 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) function in typeref:struct:etna_bo_bucket *
165 bucket = get_bucket(cache, *size);
183 struct etna_bo_bucket *bucket = get_bucket(cache, bo->size);
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_bo_cache.c109 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) function in typeref:struct:fd_bo_bucket *
168 bucket = get_bucket(cache, *size);
196 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c107 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) function in typeref:struct:fd_bo_bucket *
166 bucket = get_bucket(cache, *size);
194 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size);
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_bo_cache.c96 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) function in typeref:struct:etna_bo_bucket *
165 bucket = get_bucket(cache, *size);
188 bucket = get_bucket(cache, bo->size);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c108 get_bucket(struct fd_bo_cache *cache, uint32_t size) function in typeref:struct:fd_bo_bucket *
160 bucket = get_bucket(cache, *size);
191 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size);

Completed in 3 milliseconds