Home
last modified time | relevance | path

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

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