Searched refs:id_alloc (Results 1 – 3 of 3) sorted by relevance
98 if (table->id_alloc) { in _mesa_DeleteHashTable()99 util_idalloc_fini(table->id_alloc); in _mesa_DeleteHashTable()100 free(table->id_alloc); in _mesa_DeleteHashTable()112 table->id_alloc = MALLOC_STRUCT(util_idalloc); in _mesa_HashEnableNameReuse()113 util_idalloc_init(table->id_alloc); in _mesa_HashEnableNameReuse()114 util_idalloc_resize(table->id_alloc, 8); in _mesa_HashEnableNameReuse()115 ASSERTED GLuint reserve0 = util_idalloc_alloc(table->id_alloc); in _mesa_HashEnableNameReuse()225 if (!isGenName && table->id_alloc) in _mesa_HashInsertLocked()226 util_idalloc_reserve(table->id_alloc, key); in _mesa_HashInsertLocked()245 if (!isGenName && table->id_alloc) in _mesa_HashInsert()[all …]
109 struct util_idalloc* id_alloc; member
45 static __isl_give isl_id *id_alloc(isl_ctx *ctx, const char *name, void *user) in id_alloc() function119 entry->data = id_alloc(ctx, name, user); in isl_id_alloc()