Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.h59 uint32_t next_bo_unique_id; member
Damdgpu_bo.c464 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_create_bo()
550 base_id = __sync_fetch_and_add(&ws->next_bo_unique_id, slab->base.num_entries); in amdgpu_bo_slab_alloc()
879 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_bo_sparse_create()
1321 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_bo_from_handle()
1426 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_bo_from_ptr()