Home
last modified time | relevance | path

Searched refs:bo_table (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/etnaviv/drm/
Detnaviv_cmd_stream.c183 if (!priv->bo_table) in bo2idx()
184 priv->bo_table = drmHashCreate(); in bo2idx()
186 if (!drmHashLookup(priv->bo_table, bo->handle, &val)) { in bo2idx()
192 drmHashInsert(priv->bo_table, bo->handle, val); in bo2idx()
254 if (priv->bo_table) { in etna_cmd_stream_flush()
255 drmHashDestroy(priv->bo_table); in etna_cmd_stream_flush()
256 priv->bo_table = NULL; in etna_cmd_stream_flush()
Detnaviv_priv.h164 void *bo_table; member
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c96 void *bo_table; member
230 if (!msm_ring->bo_table) in bo2idx()
231 msm_ring->bo_table = drmHashCreate(); in bo2idx()
233 if (!drmHashLookup(msm_ring->bo_table, bo->handle, &val)) { in bo2idx()
239 drmHashInsert(msm_ring->bo_table, bo->handle, val); in bo2idx()
358 if (msm_ring->bo_table) { in flush_reset()
359 drmHashDestroy(msm_ring->bo_table); in flush_reset()
360 msm_ring->bo_table = NULL; in flush_reset()
/external/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer_sp.c52 struct hash_table *bo_table; member
125 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo); in msm_submit_append_bo()
139 _mesa_hash_table_insert_pre_hashed(submit->bo_table, hash, bo, in msm_submit_append_bo()
296 _mesa_hash_table_destroy(msm_submit->bo_table, NULL); in msm_submit_sp_destroy()
323 msm_submit->bo_table = _mesa_hash_table_create(NULL, in msm_submit_sp_new()
Dmsm_ringbuffer.c52 struct hash_table *bo_table; member
148 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo); in append_bo()
163 _mesa_hash_table_insert_pre_hashed(submit->bo_table, hash, bo, in append_bo()
412 _mesa_hash_table_destroy(msm_submit->bo_table, NULL); in msm_submit_destroy()
440 msm_submit->bo_table = _mesa_hash_table_create(NULL, in msm_submit_new()