Home
last modified time | relevance | path

Searched refs:ralloc_set_destructor (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dralloc.h314 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));
503 ralloc_set_destructor(p, _ralloc_destructor); \
514 ralloc_set_destructor(p, NULL); \
H A Dralloc.c376 ralloc_set_destructor(const void *ptr, void(*destructor)(void *)) in ralloc_set_destructor() function
/aosp_15_r20/external/mesa3d/src/util/
H A Dralloc.h314 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));
537 ralloc_set_destructor(p, _ralloc_destructor); \
548 ralloc_set_destructor(p, NULL); \
H A Dhash_table.c826 ralloc_set_destructor(dummy_ctx, _mesa_hash_table_u64_delete_keys); in _mesa_hash_table_u64_create()
H A Dralloc.c362 ralloc_set_destructor(const void *ptr, void(*destructor)(void *)) in ralloc_set_destructor() function
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dralloc.h254 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));
H A Dralloc.c290 ralloc_set_destructor(const void *ptr, void(*destructor)(void *)) in ralloc_set_destructor() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c100 ralloc_set_destructor(result, result_destructor); in get_result()
/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue.c241 ralloc_set_destructor(shader, rogue_shader_destructor); in rogue_shader_create()
1229 ralloc_set_destructor(compiler, rogue_compiler_destructor); in rogue_compiler_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_query.c69 ralloc_set_destructor(heap, agx_destroy_oq_heap); in agx_alloc_oq_heap()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c1216 ralloc_set_destructor(new_module, vk_shader_module_finish); in radv_copy_shader_stage_create_info()