Home
last modified time | relevance | path

Searched refs:nodeSize (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/amdgpu/
Dutil_hash.c83 int nodeSize; member
98 return malloc(hash->nodeSize); in util_data_allocate_node()
252 hash->data.d->nodeSize = sizeof(struct util_node); in util_hash_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c80 int nodeSize; member
88 return MALLOC(hash->nodeSize); in cso_data_allocate_node()
242 hash->data.d->nodeSize = sizeof(struct cso_node); in cso_hash_create()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c84 int nodeSize; member
99 return MALLOC(hash->nodeSize); in cso_data_allocate_node()
253 hash->data.d->nodeSize = sizeof(struct cso_node); in cso_hash_create()