Searched refs:drmHashInsert (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/ |
| H A D | hash.c | 164 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 D | etnaviv_bo.c | 38 drmHashInsert(bo->dev->name_table, name, bo); 92 drmHashInsert(dev->handle_table, handle, bo);
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmHash.c | 180 drm_public int drmHashInsert(void *t, unsigned long key, void *value) function in typeref:typename:drm_public int
|
| H A D | xf86drm.h | 748 extern int drmHashInsert(void *t, unsigned long key, void *value);
|
| H A D | xf86drm.c | 724 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 D | driDrawable.c | 76 drmHashInsert(drawHash, (unsigned long)draw, drawInfo);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo.c | 40 drmHashInsert(bo->dev->name_table, name, bo); 74 drmHashInsert(dev->handle_table, handle, bo);
|
| /xsrc/external/mit/libdrm/dist/omap/ |
| H A D | omap_drm.c | 102 drmHashInsert(dev_table, fd, dev); 184 drmHashInsert(dev->handle_table, handle, bo);
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 239 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 D | etnaviv_cmd_stream.c | 194 drmHashInsert(priv->bo_table, bo->handle, val);
|
Completed in 16 milliseconds