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

/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.h133 #define BUFFER_HASHLIST_SIZE 4096 macro
157 int16_t buffer_indices_hashlist[BUFFER_HASHLIST_SIZE];
H A Damdgpu_cs.c428 unsigned hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);
525 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);
580 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);
624 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);

Completed in 4 milliseconds