Home
last modified time | relevance | path

Searched refs:vk_free (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/vulkan/util/
Dvk_alloc.h62 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() function
120 vk_free(alloc, data); in vk_free2()
122 vk_free(parent_alloc, data); in vk_free2()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c155 vk_free(&device->alloc, bo); in bo_free()
245 vk_free(&device->alloc, bo); in v3dv_bo_alloc()
374 vk_free(&device->alloc, old_list); in reallocate_size_list()
409 vk_free(&device->alloc, device->bo_cache.size_list); in v3dv_bo_cache_destroy()
Dv3dv_queue.c951 vk_free(&device->alloc, prev_list); in add_signal_semaphores_to_wait_list()
1048 vk_free(&wait_info->device->alloc, wait_info->signal_semaphores); in master_wait_thread_func()
1049 vk_free(&wait_info->device->alloc, wait_info); in master_wait_thread_func()
1243 vk_free(&device->alloc, syncobjs); in v3dv_ResetFences()
1282 vk_free(&device->alloc, syncobjs); in v3dv_WaitForFences()
Dv3dv_cmd_buffer.c184 vk_free(&job->device->alloc, bo); in job_destroy_cloned_gpu_cl_resources()
189 vk_free(&job->device->alloc, bo); in job_destroy_cloned_gpu_cl_resources()
194 vk_free(&job->device->alloc, bo); in job_destroy_cloned_gpu_cl_resources()
217 vk_free(&job->cmd_buffer->device->alloc, job->cpu.event_wait.events); in job_destroy_cpu_wait_events_resources()
263 vk_free(&job->device->alloc, job); in v3dv_job_destroy()
294 vk_free(&cmd_buffer->device->alloc, pobj); in cmd_buffer_destroy_private_obj()
309 vk_free(&cmd_buffer->pool->alloc, cmd_buffer->state.attachments); in cmd_buffer_free_resources()
312 vk_free(&cmd_buffer->device->alloc, cmd_buffer->state.query.end.states); in cmd_buffer_free_resources()
324 vk_free(&cmd_buffer->device->alloc, cmd_buffer->state.meta.attachments); in cmd_buffer_free_resources()
333 vk_free(&cmd_buffer->pool->alloc, cmd_buffer); in cmd_buffer_destroy()
[all …]
Dv3dv_device.c294 vk_free(&instance->alloc, (char *)instance->app_info.app_name); in v3dv_DestroyInstance()
295 vk_free(&instance->alloc, (char *)instance->app_info.engine_name); in v3dv_DestroyInstance()
303 vk_free(&instance->alloc, instance); in v3dv_DestroyInstance()
1378 vk_free(&device->alloc, device); in v3dv_CreateDevice()
1491 vk_free(&device->alloc, mem->bo); in device_free()
Dv3dv_meta_clear.c41 vk_free(alloc, p); in destroy_color_clear_pipeline()
50 vk_free(alloc, p); in destroy_depth_clear_pipeline()
676 vk_free(&device->alloc, *pipeline); in get_color_clear_pipeline()
754 vk_free(&device->alloc, *pipeline); in get_depth_clear_pipeline()
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c78 vk_free(alloc, list->relocs); in anv_reloc_list_init_clone()
110 vk_free(alloc, list->relocs); in anv_reloc_list_finish()
111 vk_free(alloc, list->reloc_bos); in anv_reloc_list_finish()
112 vk_free(alloc, list->deps); in anv_reloc_list_finish()
370 vk_free(&cmd_buffer->pool->alloc, bbo); in anv_batch_bo_create()
406 vk_free(&cmd_buffer->pool->alloc, bbo); in anv_batch_bo_clone()
510 vk_free(&cmd_buffer->pool->alloc, bbo); in anv_batch_bo_destroy()
1128 vk_free(exec->alloc, exec->objects); in anv_execbuf_finish()
1129 vk_free(exec->alloc, exec->bos); in anv_execbuf_finish()
1186 vk_free(exec->alloc, new_objects); in anv_execbuf_add_bo()
[all …]
Danv_queue.c106 vk_free(alloc, submit->fences); in anv_queue_submit_free()
107 vk_free(alloc, submit->fence_values); in anv_queue_submit_free()
108 vk_free(alloc, submit->temporary_semaphores); in anv_queue_submit_free()
109 vk_free(alloc, submit->wait_timelines); in anv_queue_submit_free()
110 vk_free(alloc, submit->wait_timeline_values); in anv_queue_submit_free()
111 vk_free(alloc, submit->signal_timelines); in anv_queue_submit_free()
112 vk_free(alloc, submit->signal_timeline_values); in anv_queue_submit_free()
113 vk_free(alloc, submit->fence_bos); in anv_queue_submit_free()
114 vk_free(alloc, submit); in anv_queue_submit_free()
149 vk_free(&device->vk.alloc, point); in anv_timeline_finish()
[all …]
Danv_perf.c195 vk_free(&device->vk.alloc, config); in anv_AcquirePerformanceConfigurationINTEL()
204 vk_free(&device->vk.alloc, config); in anv_AcquirePerformanceConfigurationINTEL()
231 vk_free(&device->vk.alloc, config); in anv_ReleasePerformanceConfigurationINTEL()
Danv_cmd_buffer.c216 vk_free(&cmd_buffer->pool->alloc, pipe_state->push_descriptors[i]); in anv_cmd_pipeline_state_finish()
229 vk_free(&cmd_buffer->pool->alloc, state->attachments); in anv_cmd_state_finish()
280 vk_free(&cmd_buffer->pool->alloc, cmd_buffer); in anv_create_cmd_buffer()
326 vk_free(&cmd_buffer->pool->alloc, cmd_buffer); in anv_cmd_buffer_destroy()
Danv_wsi.c335 vk_free(&device->vk.alloc, syncobjs); in anv_QueuePresentKHR()
Danv_device.c573 vk_free(&instance->alloc, device); in anv_physical_device_try_create()
592 vk_free(&device->instance->alloc, device); in anv_physical_device_destroy()
790 vk_free(&instance->alloc, (char *)instance->app_info.app_name); in anv_DestroyInstance()
791 vk_free(&instance->alloc, (char *)instance->app_info.engine_name); in anv_DestroyInstance()
803 vk_free(&instance->alloc, instance); in anv_DestroyInstance()
3095 vk_free(&device->vk.alloc, device); in anv_CreateDevice()
3164 vk_free(&device->vk.alloc, device); in anv_DestroyDevice()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c161 vk_free(&wsi_dev->instance_alloc, wsi_conn); in wsi_x11_connection_create()
212 vk_free(&wsi_dev->instance_alloc, conn); in wsi_x11_connection_destroy()
1394 vk_free(pAllocator, modifiers[0]); in wsi_x11_get_dri3_modifiers()
1447 vk_free(pAllocator, chain); in x11_swapchain_destroy()
1651 vk_free(pAllocator, modifiers[i]); in x11_surface_create_swapchain()
1668 vk_free(pAllocator, modifiers[i]); in x11_surface_create_swapchain()
1676 vk_free(pAllocator, chain); in x11_surface_create_swapchain()
1747 vk_free(alloc, wsi); in wsi_x11_init_wsi()
1770 vk_free(alloc, wsi); in wsi_x11_finish_wsi()
Dwsi_common_drm.c397 vk_free(&chain->alloc, modifier_props); in wsi_create_native_image()
398 vk_free(&chain->alloc, image_modifiers); in wsi_create_native_image()
403 vk_free(&chain->alloc, modifier_props); in wsi_create_native_image()
404 vk_free(&chain->alloc, image_modifiers); in wsi_create_native_image()
Dwsi_common.c281 vk_free(&chain->alloc, chain->fences); in wsi_swapchain_finish()
288 vk_free(&chain->alloc, chain->cmd_pools); in wsi_swapchain_finish()
304 vk_free(&chain->alloc, image->prime.blit_cmd_buffers); in wsi_destroy_image()
642 vk_free(&swapchain->alloc, stage_flags); in wsi_common_queue_present()
Dwsi_common_wayland.c480 vk_free(wsi->alloc, display); in wsi_wl_display_create()
505 vk_free(wsi->alloc, display); in wsi_wl_display_unref()
1017 vk_free(pAllocator, chain); in wsi_wl_swapchain_destroy()
1049 vk_free(pAllocator, chain); in wsi_wl_surface_create_swapchain()
1207 vk_free(alloc, wsi); in wsi_wl_finish_wsi()
Dwsi_common_display.c453 vk_free(wsi->alloc, props2); in wsi_display_get_physical_device_display_properties()
1106 vk_free(allocator, chain); in wsi_display_swapchain_destroy()
1526 vk_free(fence->base.alloc, fence); in wsi_display_fence_check_free()
1814 vk_free(allocator, chain); in wsi_display_surface_create_swapchain()
1840 vk_free(allocator, chain); in wsi_display_surface_create_swapchain()
1949 vk_free(alloc, wsi); in wsi_display_init_wsi()
1964 vk_free(wsi->alloc, mode); in wsi_display_finish_wsi()
1966 vk_free(wsi->alloc, connector); in wsi_display_finish_wsi()
1973 vk_free(alloc, wsi); in wsi_display_finish_wsi()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c306 vk_free(&instance->alloc, instance); in tu_DestroyInstance()
1028 vk_free(&device->vk.alloc, device); in tu_CreateDevice()
1150 vk_free(&device->vk.alloc, device); in tu_CreateDevice()
1179 vk_free(&device->vk.alloc, device->bo_list); in tu_DestroyDevice()
1180 vk_free(&device->vk.alloc, device->bo_idx); in tu_DestroyDevice()
1181 vk_free(&device->vk.alloc, device); in tu_DestroyDevice()
Dtu_pipeline_cache.c75 vk_free(&cache->alloc, cache->hash_table[i]); in tu_pipeline_cache_finish()
Dtu_kgsl.c433 vk_free(&queue->device->vk.alloc, cmds); in tu_QueueSubmit()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_descriptor_set.c267 vk_free(&device->vk.alloc, set); in lvp_descriptor_set_destroy()
464 vk_free(&device->vk.alloc, set); in lvp_reset_descriptor_pool()
Dlvp_device.c218 vk_free(&instance->alloc, instance); in lvp_DestroyInstance()
886 vk_free(&device->vk.alloc, device); in lvp_CreateDevice()
912 vk_free(&device->vk.alloc, device); in lvp_DestroyDevice()
Dlvp_cmd_buffer.c65 vk_free(&cmd_buffer->pool->alloc, cmd); in lvp_cmd_buffer_free_all_cmds()
124 vk_free(&cmd_buffer->pool->alloc, cmd_buffer); in lvp_cmd_buffer_destroy()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c99 vk_free(&cache->alloc, cache->hash_table[i]); in radv_pipeline_cache_finish()
346 vk_free(&cache->alloc, entry); in radv_create_shader_variants_from_pipeline_cache()
Dradv_device.c476 vk_free(&instance->alloc, device); in radv_physical_device_try_create()
495 vk_free(&device->instance->alloc, device); in radv_physical_device_destroy()
840 vk_free(&instance->alloc, instance->engineName); in radv_DestroyInstance()
841 vk_free(&instance->alloc, instance->applicationName); in radv_DestroyInstance()
853 vk_free(&instance->alloc, instance); in radv_DestroyInstance()
2735 vk_free(&device->vk.alloc, device); in radv_CreateDevice()
2999 vk_free(&device->vk.alloc, device->queues[i]); in radv_CreateDevice()
3002 vk_free(&device->vk.alloc, device); in radv_CreateDevice()
3027 vk_free(&device->vk.alloc, device->queues[i]); in radv_DestroyDevice()
3046 vk_free(&device->vk.alloc, device); in radv_DestroyDevice()

12