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

/xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c59 static struct hash_table *device_select_instance_ht = NULL; variable in typeref:struct:hash_table *
74 if (!device_select_instance_ht)
75 device_select_instance_ht = _mesa_hash_table_create(NULL, _mesa_hash_pointer,
84 if (device_select_instance_ht) {
85 if (_mesa_hash_table_num_entries(device_select_instance_ht) == 0) {
86 _mesa_hash_table_destroy(device_select_instance_ht, NULL);
87 device_select_instance_ht = NULL;
98 _mesa_hash_table_insert(device_select_instance_ht, instance, info);
108 entry = _mesa_hash_table_search(device_select_instance_ht, (void *)instance);
119 _mesa_hash_table_remove_key(device_select_instance_ht, instanc
[all...]

Completed in 3 milliseconds