Searched refs:function_types (Results 1 – 2 of 2) sorted by relevance
35 hash_table *glsl_type::function_types = NULL; member in glsl_type1107 if (function_types == NULL) { in get_function_instance()1108 function_types = _mesa_hash_table_create(NULL, function_key_hash, in get_function_instance()1112 struct hash_entry *entry = _mesa_hash_table_search(function_types, &key); in get_function_instance()1118 entry = _mesa_hash_table_insert(function_types, t, (void *) t); in get_function_instance()
839 static struct hash_table *function_types; member