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

/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.c44 static struct util_hash_table *dev_hash = NULL; variable in typeref:struct:util_hash_table
71 if (dev_hash == NULL) {
72 dev_hash = util_hash_table_create(vmw_dev_hash, vmw_dev_compare);
73 if (dev_hash == NULL)
80 vws = util_hash_table_get(dev_hash, &stat_buf.st_rdev);
109 if (util_hash_table_set(dev_hash, &vws->device, vws) != PIPE_OK)
131 util_hash_table_remove(dev_hash, &vws->device);

Completed in 636 milliseconds