Searched refs:ralloc_set_destructor (Results 1 – 4 of 4) sorted by relevance
314 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));503 ralloc_set_destructor(p, _ralloc_destructor); \514 ralloc_set_destructor(p, NULL); \
357 ralloc_set_destructor(const void *ptr, void(*destructor)(void *)) in ralloc_set_destructor() function
118 ralloc_set_destructor(result, result_destructor); in get_result()
205 ralloc_set_destructor(shader, nir_shader_destructor); in nir_shader_create()