Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dglsl_types.cpp35 hash_table *glsl_type::function_types = NULL; member in glsl_type
1107 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()
Dglsl_types.h839 static struct hash_table *function_types; member