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.h64 uint32_t next_bo_unique_id; member
Damdgpu_bo.c583 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_create_bo()
718 base_id = __sync_fetch_and_add(&ws->next_bo_unique_id, slab->base.num_entries); in amdgpu_bo_slab_alloc()
1073 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_bo_sparse_create()
1493 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_bo_from_handle()
1637 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1); in amdgpu_bo_from_ptr()