Searched refs:drmHashLookup (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/ |
| H A D | hash.c | 128 int retcode = drmHashLookup(table, key, &retval);
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmHash.c | 167 drm_public int drmHashLookup(void *t, unsigned long key, void **value) function in typeref:typename:drm_public int
|
| H A D | xf86drm.h | 747 extern int drmHashLookup(void *t, unsigned long key, void **value);
|
| H A D | xf86drm.c | 719 if (drmHashLookup(drmHashTable, key, &value)) { 2840 if (drmHashLookup(entry->tagTable, context, &value))
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | driDrawable.c | 53 if (drmHashLookup(drawHash, (unsigned long)draw, &res)) {
|
| /xsrc/external/mit/libdrm/dist/omap/ |
| H A D | omap_drm.c | 99 if (drmHashLookup(dev_table, fd, (void **)&dev)) { 163 if (!drmHashLookup(dev->handle_table, handle, (void **)&bo)) {
|
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_bo.c | 63 if (!drmHashLookup(tbl, handle, (void **)&bo)) {
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 233 if (!drmHashLookup(msm_ring->bo_table, bo->handle, &val)) { 278 !drmHashLookup(msm_ring->cmd_table, (unsigned long)target_cmd, &val)) {
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo.c | 47 if (!drmHashLookup(tbl, key, (void **)&bo)) {
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_cmd_stream.c | 188 if (!drmHashLookup(priv->bo_table, bo->handle, &val)) {
|
Completed in 19 milliseconds