Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexturebindless.c380 _mesa_hash_table_u64_destroy(ctx->ResidentTextureHandles, NULL); in _mesa_free_resident_handles()
381 _mesa_hash_table_u64_destroy(ctx->ResidentImageHandles, NULL); in _mesa_free_resident_handles()
399 _mesa_hash_table_u64_destroy(shared->TextureHandles, NULL); in _mesa_free_shared_handles()
402 _mesa_hash_table_u64_destroy(shared->ImageHandles, NULL); in _mesa_free_shared_handles()
/external/mesa3d/src/util/
Dhash_table.h168 _mesa_hash_table_u64_destroy(struct hash_table_u64 *ht,
Dhash_table.c557 _mesa_hash_table_u64_destroy(struct hash_table_u64 *ht, in _mesa_hash_table_u64_destroy() function