Home
last modified time | relevance | path

Searched refs:drmHashInsert (Results 1 – 9 of 9) sorted by relevance

/third_party/libdrm/tests/
Dhash.c164 drmHashInsert(table, i, (void *)(i << 16 | i)); in main()
173 drmHashInsert(table, i, (void *)(i << 16 | i)); in main()
182 drmHashInsert(table, i*4096, (void *)(i << 16 | i)); in main()
192 drmHashInsert(table, random(), (void *)(i << 16 | i)); in main()
206 drmHashInsert(table, random(), (void *)(i << 16 | i)); in main()
/third_party/libdrm/etnaviv/
Detnaviv_bo.c38 drmHashInsert(bo->dev->name_table, name, bo); in set_name()
92 drmHashInsert(dev->handle_table, handle, bo); in bo_from_handle()
/third_party/libdrm/freedreno/
Dfreedreno_bo.c40 drmHashInsert(bo->dev->name_table, name, bo); in set_name()
74 drmHashInsert(dev->handle_table, handle, bo); in bo_from_handle()
/third_party/libdrm/omap/
Domap_drm.c103 drmHashInsert(dev_table, fd, dev); in omap_device_new()
185 drmHashInsert(dev->handle_table, handle, bo); in bo_from_handle()
/third_party/libdrm/
Dcore-symbols.txt84 drmHashInsert
Dxf86drmHash.c180 drm_public int drmHashInsert(void *t, unsigned long key, void *value) in drmHashInsert() function
Dxf86drm.h739 extern int drmHashInsert(void *t, unsigned long key, void *value);
Dxf86drm.c658 drmHashInsert(drmHashTable, key, entry); in drmGetEntry()
2762 if (drmHashInsert(entry->tagTable, context, tag)) { in drmAddContextTag()
2764 drmHashInsert(entry->tagTable, context, tag); in drmAddContextTag()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c239 drmHashInsert(msm_ring->bo_table, bo->handle, val); in bo2idx()
305 drmHashInsert(msm_ring->cmd_table, (unsigned long)target_cmd, in get_cmd()