Searched refs:fds_to_bo_sizes (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_sanitize_gpu.c | 82 static struct hash_table *fds_to_bo_sizes = NULL; variable in typeref:struct:hash_table * 87 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, 114 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)fd, 121 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, 125 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)new_fd, 132 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, 136 _mesa_hash_table_remove(fds_to_bo_sizes, e); 428 fds_to_bo_sizes = _mesa_pointer_hash_table_create(NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_sanitize_gpu.c | 82 static struct hash_table *fds_to_bo_sizes = NULL; variable in typeref:struct:hash_table * 87 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, 114 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)fd, 121 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, 125 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)new_fd, 132 struct hash_entry *e = _mesa_hash_table_search(fds_to_bo_sizes, 136 _mesa_hash_table_remove(fds_to_bo_sizes, e); 428 fds_to_bo_sizes = _mesa_pointer_hash_table_create(NULL);
|
Completed in 4 milliseconds