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.h97 struct util_hash_table *bo_vas; member
Dradeon_drm_bo.c686 util_hash_table_get(rws->bo_vas, (void*)(uintptr_t)va.offset); in radeon_create_bo()
693 util_hash_table_set(rws->bo_vas, (void*)(uintptr_t)bo->va, bo); in radeon_create_bo()
1122 util_hash_table_get(ws->bo_vas, (void*)(uintptr_t)va.offset); in radeon_winsys_bo_from_ptr()
1129 util_hash_table_set(ws->bo_vas, (void*)(uintptr_t)bo->va, bo); in radeon_winsys_bo_from_ptr()
1265 util_hash_table_get(ws->bo_vas, (void*)(uintptr_t)va.offset); in radeon_winsys_bo_from_handle()
1272 util_hash_table_set(ws->bo_vas, (void*)(uintptr_t)bo->va, bo); in radeon_winsys_bo_from_handle()
Dradeon_drm_winsys.c561 util_hash_table_destroy(ws->bo_vas); in radeon_winsys_destroy()
814 ws->bo_vas = util_hash_table_create(handle_hash, handle_compare); in radeon_drm_winsys_create()