Searched refs:bo_export_table (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.h | 93 struct util_hash_table *bo_export_table; member in struct:amdgpu_winsys
|
| H A D | amdgpu_winsys.c | 143 util_hash_table_destroy(ws->bo_export_table); 392 ws->bo_export_table = util_hash_table_create(hash_pointer, compare_pointers);
|
| H A D | amdgpu_bo.c | 191 util_hash_table_remove(ws->bo_export_table, bo->bo); 1439 bo = util_hash_table_get(ws->bo_export_table, result.buf_handle); 1505 util_hash_table_set(ws->bo_export_table, bo->bo, bo); 1555 util_hash_table_set(ws->bo_export_table, bo->bo, bo);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.h | 120 struct hash_table *bo_export_table; member in struct:amdgpu_winsys
|
| H A D | amdgpu_winsys.c | 144 _mesa_hash_table_destroy(ws->bo_export_table, NULL); 501 aws->bo_export_table = util_hash_table_create_ptr_keys();
|
| H A D | amdgpu_bo.c | 207 _mesa_hash_table_remove_key(ws->bo_export_table, bo->bo); 1526 bo = util_hash_table_get(ws->bo_export_table, result.buf_handle); 1603 _mesa_hash_table_insert(ws->bo_export_table, bo->bo, bo); 1686 _mesa_hash_table_insert(ws->bo_export_table, bo->bo, bo);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.h | 105 struct hash_table *bo_export_table; member in struct:zink_screen::__anonf29717400108
|
| H A D | zink_bo.c | 124 _mesa_hash_table_remove_key(screen->pb.bo_export_table, bo); 967 screen->pb.bo_export_table = util_hash_table_create_ptr_keys(); 980 _mesa_hash_table_destroy(screen->pb.bo_export_table, NULL);
|
Completed in 13 milliseconds