glsl_types.cpp | 35 hash_table *glsl_type::array_types = NULL; member in class:glsl_type 236 if (glsl_type::array_types != NULL) { 237 hash_table_dtor(glsl_type::array_types); 238 glsl_type::array_types = NULL; member in class:glsl_type 340 if (array_types == NULL) { 341 array_types = hash_table_ctor(64, hash_table_string_hash, 353 const glsl_type *t = (glsl_type *) hash_table_find(array_types, key); 357 hash_table_insert(array_types, (void *) t, hieralloc_strdup(mem_ctx, key));
|