Searched refs:drmHashInsert (Results 1 – 9 of 9) sorted by relevance
/third_party/libdrm/tests/ |
D | hash.c | 164 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/ |
D | etnaviv_bo.c | 38 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/ |
D | freedreno_bo.c | 40 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/ |
D | omap_drm.c | 103 drmHashInsert(dev_table, fd, dev); in omap_device_new() 185 drmHashInsert(dev->handle_table, handle, bo); in bo_from_handle()
|
/third_party/libdrm/ |
D | core-symbols.txt | 84 drmHashInsert
|
D | xf86drmHash.c | 180 drm_public int drmHashInsert(void *t, unsigned long key, void *value) in drmHashInsert() function
|
D | xf86drm.h | 739 extern int drmHashInsert(void *t, unsigned long key, void *value);
|
D | xf86drm.c | 658 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/ |
D | msm_ringbuffer.c | 239 drmHashInsert(msm_ring->bo_table, bo->handle, val); in bo2idx() 305 drmHashInsert(msm_ring->cmd_table, (unsigned long)target_cmd, in get_cmd()
|