Searched defs:cso_cache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c35 #include "cso_cache.h"
39 struct cso_cache { struct
83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type)
155 static INLINE void sanitize_hash(struct cso_cache *sc,
186 cso_insert_state(struct cso_cache *sc,
197 cso_find_state(struct cso_cache *sc,
225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
239 void * cso_take_state(struct cso_cache *sc,
246 struct cso_cache *cso_cache_create(void)
248 struct cso_cache *s
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c35 #include "cso_cache.h"
39 struct cso_cache { struct
83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type)
155 static INLINE void sanitize_hash(struct cso_cache *sc,
186 cso_insert_state(struct cso_cache *sc,
197 cso_find_state(struct cso_cache *sc,
225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
239 void * cso_take_state(struct cso_cache *sc,
246 struct cso_cache *cso_cache_create(void)
248 struct cso_cache *s
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_vbuf.c37 #include "cso_cache/cso_cache.h"
38 #include "cso_cache/cso_hash.h"
86 struct cso_cache *cso_cache; member in struct:u_vbuf
183 mgr->cso_cache = cso_cache_create();
211 iter = cso_find_state_template(mgr->cso_cache, hash_key, CSO_VELEMENTS,
221 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso);
255 cso_cache_delete(mgr->cso_cache);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c37 #include "cso_cache/cso_cache.h"
38 #include "cso_cache/cso_hash.h"
86 struct cso_cache *cso_cache; member in struct:u_vbuf
183 mgr->cso_cache = cso_cache_create();
211 iter = cso_find_state_template(mgr->cso_cache, hash_key, CSO_VELEMENTS,
221 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso);
255 cso_cache_delete(mgr->cso_cache);

Completed in 284 milliseconds