Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c217 i = csc->reloc_indices_hashlist[hash]; in radeon_get_reloc()
237 csc->reloc_indices_hashlist[hash] = i; in radeon_get_reloc()
260 i = csc->reloc_indices_hashlist[hash]; in radeon_add_reloc()
274 csc->reloc_indices_hashlist[hash] = i; in radeon_add_reloc()
306 csc->reloc_indices_hashlist[hash] = csc->crelocs; in radeon_add_reloc()
Dradeon_drm_cs.h51 unsigned reloc_indices_hashlist[256]; member