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

/xsrc/external/mit/libdrm/dist/tests/
H A Dhash.c128 int retcode = drmHashLookup(table, key, &retval);
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmHash.c167 drm_public int drmHashLookup(void *t, unsigned long key, void **value) function in typeref:typename:drm_public int
H A Dxf86drm.h747 extern int drmHashLookup(void *t, unsigned long key, void **value);
H A Dxf86drm.c719 if (drmHashLookup(drmHashTable, key, &value)) {
2840 if (drmHashLookup(entry->tagTable, context, &value))
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DdriDrawable.c53 if (drmHashLookup(drawHash, (unsigned long)draw, &res)) {
/xsrc/external/mit/libdrm/dist/omap/
H A Domap_drm.c99 if (drmHashLookup(dev_table, fd, (void **)&dev)) {
163 if (!drmHashLookup(dev->handle_table, handle, (void **)&bo)) {
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_bo.c63 if (!drmHashLookup(tbl, handle, (void **)&bo)) {
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c233 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 Dfreedreno_bo.c47 if (!drmHashLookup(tbl, key, (void **)&bo)) {
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c188 if (!drmHashLookup(priv->bo_table, bo->handle, &val)) {

Completed in 19 milliseconds