Home
last modified time | relevance | path

Searched refs:cso_node (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c76 static struct cso_node *
79 struct cso_node **anextNode) in cso_hash_create_node()
81 struct cso_node *node = MALLOC(sizeof(struct cso_node)); in cso_hash_create_node()
109 struct cso_node *e = (struct cso_node *)hash; in cso_data_rehash()
110 struct cso_node **oldBuckets = hash->buckets; in cso_data_rehash()
116 hash->buckets = MALLOC(sizeof(struct cso_node*) * hash->numBuckets); in cso_data_rehash()
121 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash()
124 struct cso_node *lastNod in cso_data_rehash()
[all...]
H A Dcso_hash.h54 struct cso_node { struct
55 struct cso_node *next;
62 struct cso_node *node;
66 struct cso_node *fakeNext;
67 struct cso_node **buckets;
68 struct cso_node *end;
124 struct cso_node *cso_hash_data_next(struct cso_node *node);
140 static inline struct cso_node **
143 struct cso_node **nod in cso_hash_find_node()
[all...]

Completed in 1 milliseconds