Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c82 static struct hash_table *fds_to_bo_sizes = NULL; variable
87 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, in bo_size_table()
114 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)fd, in add_drm_fd()
121 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, in dup_drm_fd()
125 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)new_fd, in dup_drm_fd()
132 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, in del_drm_fd()
136 _mesa_hash_table_remove(fds_to_bo_sizes, e); in del_drm_fd()
428 fds_to_bo_sizes = _mesa_pointer_hash_table_create(NULL); in init()