Home
last modified time | relevance | path

Searched refs:ralloc_parent (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c196 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() function
876 return ralloc_parent(header); in gc_get_context()
971 void *ralloc_parent; /* new buffers will use this */ member
1021 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()
Dralloc.h309 void *ralloc_parent(const void *ptr);
Dset.c345 table = rzalloc_array(ralloc_parent(ht->table), struct set_entry, in set_rehash()
Dhash_table.c403 table = rzalloc_array(ralloc_parent(ht->table), struct hash_entry, in _mesa_hash_table_rehash()