Searched refs:buffer_indices_hashlist (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.h113 int16_t *buffer_indices_hashlist; member in struct:amdgpu_cs_context
151 /* buffer_indices_hashlist[hash(bo)] returns -1 if the bo
157 int16_t buffer_indices_hashlist[BUFFER_HASHLIST_SIZE]; member in struct:amdgpu_cs
H A Damdgpu_cs.c429 int i = cs->buffer_indices_hashlist[hash];
447 cs->buffer_indices_hashlist[hash] = i & 0x7fff;
526 cs->buffer_indices_hashlist[hash] = idx & 0x7fff;
581 cs->buffer_indices_hashlist[hash] = idx & 0x7fff;
625 cs->buffer_indices_hashlist[hash] = idx & 0x7fff;
990 memset(cs->buffer_indices_hashlist, -1, sizeof(cs->buffer_indices_hashlist));
997 cs->csc1.buffer_indices_hashlist = cs->buffer_indices_hashlist;
998 cs->csc2.buffer_indices_hashlist
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c401 unsigned hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
402 int i = cs->buffer_indices_hashlist[hash];
433 cs->buffer_indices_hashlist[hash] = i;
491 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
492 cs->buffer_indices_hashlist[hash] = idx;
545 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
546 cs->buffer_indices_hashlist[hash] = idx;
588 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
589 cs->buffer_indices_hashlist[hash] = idx;
869 memset(cs->buffer_indices_hashlist,
[all...]
H A Damdgpu_cs.h105 int buffer_indices_hashlist[4096]; member in struct:amdgpu_cs_context
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst4331 - winsys/amdgpu: use int16 for buffer_indices_hashlist

Completed in 14 milliseconds