OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_bo_cache
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/freedreno/
freedreno_bo_cache.c
41
add_bucket(struct
fd_bo_cache
*cache, int size)
57
fd_bo_cache_init(struct
fd_bo_cache
*cache, int course)
87
fd_bo_cache_cleanup(struct
fd_bo_cache
*cache, time_t time)
113
static struct fd_bo_bucket * get_bucket(struct
fd_bo_cache
*cache, uint32_t size)
166
fd_bo_cache_alloc(struct
fd_bo_cache
*cache, uint32_t *size, uint32_t flags)
197
fd_bo_cache_free(struct
fd_bo_cache
*cache, struct fd_bo *bo)
freedreno_priv.h
78
struct
fd_bo_cache
{
struct
102
struct
fd_bo_cache
bo_cache;
107
drm_private void fd_bo_cache_init(struct
fd_bo_cache
*cache, int coarse);
108
drm_private void fd_bo_cache_cleanup(struct
fd_bo_cache
*cache, time_t time);
109
drm_private struct fd_bo * fd_bo_cache_alloc(struct
fd_bo_cache
*cache,
111
drm_private int fd_bo_cache_free(struct
fd_bo_cache
*cache, struct fd_bo *bo);
/external/libdrm/freedreno/msm/
msm_priv.h
42
struct
fd_bo_cache
ring_cache;
Completed in 164 milliseconds