HomeSort by relevance Sort by last modified time
    Searched full:array_types (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
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));
glsl_types.h 414 static struct hash_table *array_types; member in struct:glsl_type

Completed in 62 milliseconds