Home
last modified time | relevance | path

Searched refs:BUFFER_HASHLIST_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.h128 #define BUFFER_HASHLIST_SIZE 32768 macro
152 int16_t buffer_indices_hashlist[BUFFER_HASHLIST_SIZE];
H A Damdgpu_cs.c442 unsigned hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1); in amdgpu_lookup_buffer()
538 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1); in amdgpu_lookup_or_add_real_buffer()
591 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1); in amdgpu_lookup_or_add_slab_buffer()
633 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1); in amdgpu_lookup_or_add_sparse_buffer()

Completed in 4 milliseconds