Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h39 struct pb_cache_entry struct
41 struct list_head head;
42 struct pb_buffer *buffer; /**< Pointer to the structure this is part of. */
43 struct pb_cache *mgr;
67 void pb_cache_add_buffer(struct pb_cache_entry *entry); argument