Home
last modified time | relevance | path

Searched defs:fd_bo_cache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h111 struct fd_bo_cache { struct
112 const char *name;
113 simple_mtx_t lock;
114 struct fd_bo_bucket cache_bucket[14 * 4];
115 int num_buckets;
116 time_t time;
/aosp_15_r20/external/libdrm/freedreno/
H A Dfreedreno_priv.h76 struct fd_bo_cache { struct
100 struct fd_bo_cache bo_cache; argument