Home
last modified time | relevance | path

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

/third_party/libdrm/tests/
Dhash.c162 table = drmHashCreate(); in main()
171 table = drmHashCreate(); in main()
180 table = drmHashCreate(); in main()
189 table = drmHashCreate(); in main()
203 table = drmHashCreate(); in main()
/third_party/libdrm/etnaviv/
Detnaviv_device.c53 dev->handle_table = drmHashCreate(); in etna_device_new()
54 dev->name_table = drmHashCreate(); in etna_device_new()
/third_party/libdrm/freedreno/
Dfreedreno_device.c82 dev->handle_table = drmHashCreate(); in fd_device_new()
83 dev->name_table = drmHashCreate(); in fd_device_new()
/third_party/libdrm/omap/
Domap_drm.c87 dev->handle_table = drmHashCreate(); in omap_device_new_impl()
98 dev_table = drmHashCreate(); in omap_device_new()
/third_party/libdrm/
Dcore-symbols.txt80 drmHashCreate
Dxf86drmHash.c105 drm_public void *drmHashCreate(void) in drmHashCreate() function
Dxf86drm.h736 extern void *drmHashCreate(void);
Dxf86drm.c651 drmHashTable = drmHashCreate(); in drmGetEntry()
657 entry->tagTable = drmHashCreate(); in drmGetEntry()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c231 msm_ring->bo_table = drmHashCreate(); in bo2idx()
267 msm_ring->cmd_table = drmHashCreate(); in get_cmd()