Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h40 struct pb_cache_entry struct
42 struct list_head head;
43 struct pb_buffer *buffer; /**< Pointer to the structure this is part of. */
44 struct pb_cache *mgr;
45 int64_t start, end; /**< Caching time interval */
46 unsigned bucket_index;