HomeSort by: relevance | last modified time | path
    Searched defs:function_types (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 38 hash_table *glsl_type::function_types = NULL; member in class:glsl_type
565 if (glsl_type::function_types != NULL) {
566 _mesa_hash_table_destroy(glsl_type::function_types, hash_free_type_function);
567 glsl_type::function_types = NULL; member in class:glsl_type
1477 if (function_types == NULL) {
1478 function_types = _mesa_hash_table_create(NULL, function_key_hash,
1482 struct hash_entry *entry = _mesa_hash_table_search(function_types, &key);
1486 entry = _mesa_hash_table_insert(function_types, t, (void *) t);
glsl_types.h 1328 static struct hash_table *function_types; member in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 37 hash_table *glsl_type::function_types = NULL; member in class:glsl_type
519 if (glsl_type::function_types != NULL) {
520 _mesa_hash_table_destroy(glsl_type::function_types, hash_free_type_function);
521 glsl_type::function_types = NULL; member in class:glsl_type
1288 if (function_types == NULL) {
1289 function_types = _mesa_hash_table_create(NULL, function_key_hash,
1293 struct hash_entry *entry = _mesa_hash_table_search(function_types, &key);
1297 entry = _mesa_hash_table_insert(function_types, t, (void *) t);
glsl_types.h 1044 static struct hash_table *function_types; member in struct:glsl_type

Completed in 24 milliseconds