Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c57 static struct hash_table *device_select_instance_ht = NULL; variable
72 if (!device_select_instance_ht) in device_select_init_instances()
73 device_select_instance_ht = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in device_select_init_instances()
82 if (device_select_instance_ht) { in device_select_try_free_ht()
83 if (_mesa_hash_table_num_entries(device_select_instance_ht) == 0) { in device_select_try_free_ht()
84 _mesa_hash_table_destroy(device_select_instance_ht, NULL); in device_select_try_free_ht()
85 device_select_instance_ht = NULL; in device_select_try_free_ht()
96 _mesa_hash_table_insert(device_select_instance_ht, instance, info); in device_select_layer_add_instance()
106 entry = _mesa_hash_table_search(device_select_instance_ht, (void *)instance); in device_select_layer_get_instance()
117 _mesa_hash_table_remove_key(device_select_instance_ht, instanc in device_select_layer_remove_instance()
[all...]

Completed in 2 milliseconds