Searched refs:ralloc_parent (Results 1 – 4 of 4) sorted by relevance
196 assert(ralloc_parent(ptr) == ctx); in reralloc_size()206 assert(ralloc_parent(ptr) == ctx); in rerzalloc_size()348 ralloc_parent(const void *ptr) in ralloc_parent() function876 return ralloc_parent(header); in gc_get_context()971 void *ralloc_parent; /* new buffers will use this */ member1021 node->ralloc_parent = ralloc_ctx; in create_linear_node()1044 new_node = create_linear_node(latest->ralloc_parent, size); in linear_alloc_child()1133 node->ralloc_parent = new_ralloc_ctx; in ralloc_steal_linear_parent()1143 return node->ralloc_parent; in ralloc_parent_of_linear_parent()
309 void *ralloc_parent(const void *ptr);
345 table = rzalloc_array(ralloc_parent(ht->table), struct set_entry, in set_rehash()
403 table = rzalloc_array(ralloc_parent(ht->table), struct hash_entry, in _mesa_hash_table_rehash()