Searched refs:_mesa_set_init (Results 1 – 2 of 2) sorted by relevance
59 _mesa_set_init(struct set *ht, void *mem_ctx,
120 _mesa_set_init(struct set *ht, void *mem_ctx, in _mesa_set_init() function152 if (!_mesa_set_init(ht, ht, key_hash_function, key_equals_function)) { in _mesa_set_create()