Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h77 struct util_hash_table *bo_vas; member
Dradeon_drm_bo.c682 util_hash_table_get(rws->bo_vas, (void*)(uintptr_t)va.offset); in radeon_create_bo()
689 util_hash_table_set(rws->bo_vas, (void*)(uintptr_t)bo->va, bo); in radeon_create_bo()
1086 util_hash_table_get(ws->bo_vas, (void*)(uintptr_t)va.offset); in radeon_winsys_bo_from_ptr()
1093 util_hash_table_set(ws->bo_vas, (void*)(uintptr_t)bo->va, bo); in radeon_winsys_bo_from_ptr()
1229 util_hash_table_get(ws->bo_vas, (void*)(uintptr_t)va.offset); in radeon_winsys_bo_from_handle()
1236 util_hash_table_set(ws->bo_vas, (void*)(uintptr_t)bo->va, bo); in radeon_winsys_bo_from_handle()
Dradeon_drm_winsys.c555 util_hash_table_destroy(ws->bo_vas); in radeon_winsys_destroy()
817 ws->bo_vas = util_hash_table_create(handle_hash, handle_compare); in radeon_drm_winsys_create()