Searched refs:function_types (Results 1 – 2 of 2) sorted by relevance
35 hash_table *glsl_type::function_types = NULL; member in glsl_type439 if (glsl_type::function_types != NULL) { in _mesa_glsl_release_types()440 _mesa_hash_table_destroy(glsl_type::function_types, hash_free_type_function); in _mesa_glsl_release_types()441 glsl_type::function_types = NULL; in _mesa_glsl_release_types()1228 if (function_types == NULL) { in get_function_instance()1229 function_types = _mesa_hash_table_create(NULL, function_key_hash, in get_function_instance()1233 struct hash_entry *entry = _mesa_hash_table_search(function_types, &key); in get_function_instance()1237 entry = _mesa_hash_table_insert(function_types, t, (void *) t); in get_function_instance()
896 static struct hash_table *function_types; member