Searched refs:drmHashInsert (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/
H A Dhash.c164 drmHashInsert(table, i, (void *)(i << 16 | i));
173 drmHashInsert(table, i, (void *)(i << 16 | i));
182 drmHashInsert(table, i*4096, (void *)(i << 16 | i));
192 drmHashInsert(table, random(), (void *)(i << 16 | i));
206 drmHashInsert(table, random(), (void *)(i << 16 | i));
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_bo.c38 drmHashInsert(bo->dev->name_table, name, bo);
92 drmHashInsert(dev->handle_table, handle, bo);
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmHash.c180 drm_public int drmHashInsert(void *t, unsigned long key, void *value) function in typeref:typename:drm_public int
H A Dxf86drm.h748 extern int drmHashInsert(void *t, unsigned long key, void *value);
H A Dxf86drm.c724 drmHashInsert(drmHashTable, key, entry);
2821 if (drmHashInsert(entry->tagTable, context, tag)) {
2823 drmHashInsert(entry->tagTable, context, tag);
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DdriDrawable.c76 drmHashInsert(drawHash, (unsigned long)draw, drawInfo);
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_bo.c40 drmHashInsert(bo->dev->name_table, name, bo);
74 drmHashInsert(dev->handle_table, handle, bo);
/xsrc/external/mit/libdrm/dist/omap/
H A Domap_drm.c102 drmHashInsert(dev_table, fd, dev);
184 drmHashInsert(dev->handle_table, handle, bo);
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c239 drmHashInsert(msm_ring->bo_table, bo->handle, val);
305 drmHashInsert(msm_ring->cmd_table, (unsigned long)target_cmd,
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c194 drmHashInsert(priv->bo_table, bo->handle, val);

Completed in 16 milliseconds