Searched refs:ralloc_set_destructor (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | ralloc.h | 314 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 D | ralloc.c | 376 ralloc_set_destructor(const void *ptr, void(*destructor)(void *)) in ralloc_set_destructor() function
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | ralloc.h | 314 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 D | hash_table.c | 826 ralloc_set_destructor(dummy_ctx, _mesa_hash_table_u64_delete_keys); in _mesa_hash_table_u64_create()
|
H A D | ralloc.c | 362 ralloc_set_destructor(const void *ptr, void(*destructor)(void *)) in ralloc_set_destructor() function
|
/aosp_15_r20/external/igt-gpu-tools/assembler/ |
H A D | ralloc.h | 254 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));
|
H A D | ralloc.c | 290 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 D | freedreno_autotune.c | 100 ralloc_set_destructor(result, result_destructor); in get_result()
|
/aosp_15_r20/external/mesa3d/src/imagination/rogue/ |
H A D | rogue.c | 241 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 D | agx_query.c | 69 ralloc_set_destructor(heap, agx_destroy_oq_heap); in agx_alloc_oq_heap()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 1216 ralloc_set_destructor(new_module, vk_shader_module_finish); in radv_copy_shader_stage_create_info()
|