Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/virtio/vulkan/
Dvn_pipeline.c66 vk_free(alloc, mod); in vn_DestroyShaderModule()
117 vk_free(alloc, layout); in vn_DestroyPipelineLayout()
176 vk_free(alloc, cache); in vn_DestroyPipelineCache()
314 vk_free(alloc, vn_pipeline_from_handle(pPipelines[j])); in vn_CreateGraphicsPipelines()
317 vk_free(alloc, local_infos); in vn_CreateGraphicsPipelines()
335 vk_free(alloc, local_infos); in vn_CreateGraphicsPipelines()
358 vk_free(alloc, vn_pipeline_from_handle(pPipelines[j])); in vn_CreateComputePipelines()
393 vk_free(alloc, pipeline); in vn_DestroyPipeline()
Dvn_device.c109 vk_free(alloc, queues); in vn_device_init_queues()
291 vk_free(alloc, dev); in vn_CreateDevice()
336 vk_free(alloc, (void *)pCreateInfo->ppEnabledExtensionNames); in vn_CreateDevice()
342 vk_free(alloc, (void *)pCreateInfo->ppEnabledExtensionNames); in vn_CreateDevice()
344 vk_free(alloc, dev); in vn_CreateDevice()
370 vk_free(alloc, dev->queues); in vn_DestroyDevice()
373 vk_free(alloc, dev); in vn_DestroyDevice()
Dvn_render_pass.c167 vk_free(alloc, pass); in vn_CreateRenderPass()
184 vk_free(alloc, (void *)local_pass_info.pAttachments); in vn_CreateRenderPass()
217 vk_free(alloc, pass); in vn_CreateRenderPass2()
234 vk_free(alloc, (void *)local_pass_info.pAttachments); in vn_CreateRenderPass2()
257 vk_free(alloc, pass); in vn_DestroyRenderPass()
332 vk_free(alloc, fb); in vn_DestroyFramebuffer()
Dvn_image.c195 vk_free(alloc, img); in vn_image_create()
232 vk_free(alloc, img); in vn_image_create_deferred()
304 vk_free(alloc, img->deferred_info); in vn_DestroyImage()
307 vk_free(alloc, img); in vn_DestroyImage()
455 vk_free(alloc, local_infos); in vn_BindImageMemory2()
532 vk_free(alloc, view); in vn_DestroyImageView()
580 vk_free(alloc, sampler); in vn_DestroySampler()
651 vk_free(alloc, conv); in vn_DestroySamplerYcbcrConversion()
Dvn_buffer.c46 vk_free(alloc, buf); in vn_buffer_create()
119 vk_free(alloc, buf); in vn_DestroyBuffer()
237 vk_free(alloc, local_infos); in vn_BindBufferMemory2()
287 vk_free(alloc, view); in vn_DestroyBufferView()
Dvn_descriptor_set.c33 vk_free(alloc, layout); in vn_descriptor_set_layout_destroy()
46 vk_free(alloc, set); in vn_descriptor_set_destroy()
188 vk_free(alloc, local_bindings); in vn_CreateDescriptorSetLayout()
197 vk_free(alloc, local_bindings); in vn_CreateDescriptorSetLayout()
298 vk_free(alloc, pool); in vn_DestroyDescriptorPool()
689 vk_free(alloc, update); in vn_UpdateDescriptorSets()
815 vk_free(alloc, templ); in vn_CreateDescriptorUpdateTemplate()
845 vk_free(alloc, templ->update); in vn_DestroyDescriptorUpdateTemplate()
849 vk_free(alloc, templ); in vn_DestroyDescriptorUpdateTemplate()
Dvn_physical_device.c1029 vk_free(alloc, exts); in vn_physical_device_init_renderer_extensions()
1040 vk_free(alloc, exts); in vn_physical_device_init_renderer_extensions()
1064 vk_free(alloc, exts); in vn_physical_device_init_renderer_extensions()
1133 vk_free(alloc, physical_dev->extension_spec_versions); in vn_physical_device_init()
1134 vk_free(alloc, physical_dev->queue_family_properties); in vn_physical_device_init()
1145 vk_free(alloc, physical_dev->extension_spec_versions); in vn_physical_device_fini()
1146 vk_free(alloc, physical_dev->queue_family_properties); in vn_physical_device_fini()
1194 vk_free(alloc, groups); in vn_instance_enumerate_physical_device_groups_locked()
1213 vk_free(alloc, groups); in vn_instance_enumerate_physical_device_groups_locked()
1214 vk_free(alloc, temp_objs); in vn_instance_enumerate_physical_device_groups_locked()
[all …]
Dvn_device_memory.c52 vk_free(alloc, mem); in vn_device_memory_simple_alloc()
66 vk_free(alloc, mem); in vn_device_memory_simple_alloc()
88 vk_free(alloc, mem); in vn_device_memory_simple_free()
379 vk_free(alloc, mem); in vn_AllocateMemory()
413 vk_free(alloc, mem); in vn_FreeMemory()
Dvn_query_pool.c84 vk_free(alloc, pool); in vn_DestroyQueryPool()
186 vk_free(alloc, packed_data); in vn_GetQueryPoolResults()
Dvn_queue.c331 vk_free(alloc, submit->temp.storage); in vn_queue_submission_cleanup()
497 vk_free(alloc, fence); in vn_CreateFence()
529 vk_free(alloc, fence); in vn_DestroyFence()
659 vk_free(alloc, fences); in vn_WaitForFences()
821 vk_free(alloc, sem); in vn_CreateSemaphore()
853 vk_free(alloc, sem); in vn_DestroySemaphore()
959 vk_free(alloc, semaphores); in vn_WaitSemaphores()
1074 vk_free(alloc, ev); in vn_DestroyEvent()
Dvn_instance.c716 vk_free(alloc, instance); in vn_CreateInstance()
813 vk_free(alloc, instance); in vn_CreateInstance()
832 vk_free(alloc, instance->physical_device.devices); in vn_DestroyInstance()
833 vk_free(alloc, instance->physical_device.groups); in vn_DestroyInstance()
860 vk_free(alloc, instance); in vn_DestroyInstance()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c297 vk_free(&dev->vk.alloc, dev->bo_list); in tu_bo_init()
556 vk_free(&device->vk.alloc, point); in tu_timeline_finish()
563 vk_free(&device->vk.alloc, point); in tu_timeline_finish()
808 vk_free(&device->vk.alloc, submit->wait_timelines); in tu_queue_submit_add_timeline_wait_locked()
846 vk_free(&device->vk.alloc, submit->signal_timelines); in tu_queue_submit_add_timeline_signal_locked()
1039 vk_free(&queue->device->vk.alloc, new_submit->in_syncobjs); in tu_queue_submit_create_locked()
1045 vk_free(&queue->device->vk.alloc, new_submit->cmd_buffer_trace_data); in tu_queue_submit_create_locked()
1047 vk_free(&queue->device->vk.alloc, new_submit->cmds); in tu_queue_submit_create_locked()
1051 vk_free(&queue->device->vk.alloc, new_submit->signal_semaphores); in tu_queue_submit_create_locked()
1053 vk_free(&queue->device->vk.alloc, new_submit->wait_semaphores); in tu_queue_submit_create_locked()
[all …]
Dtu_device.c288 vk_free(&instance->vk.alloc, (void *)device->name); in tu_physical_device_init()
304 vk_free(&device->instance->vk.alloc, (void *)device->name); in tu_physical_device_finish()
361 vk_free(pAllocator, instance); in tu_CreateInstance()
408 vk_free(&instance->vk.alloc, instance); in tu_DestroyInstance()
1330 vk_free(&device->vk.alloc, trace_flush_data->syncobj); in tu_trace_delete_flush_data()
1331 vk_free(&device->vk.alloc, trace_flush_data); in tu_trace_delete_flush_data()
1398 vk_free(&device->vk.alloc, trace_data[i].timestamp_copy_cs); in tu_u_trace_cmd_data_finish()
1401 vk_free(&device->vk.alloc, trace_data[i].trace); in tu_u_trace_cmd_data_finish()
1405 vk_free(&device->vk.alloc, trace_data); in tu_u_trace_cmd_data_finish()
1458 vk_free(&device->vk.alloc, device); in tu_CreateDevice()
[all …]
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h70 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() function
154 vk_free(alloc, data); in vk_free2()
156 vk_free(parent_alloc, data); in vk_free2()
Dvk_instance.c171 vk_free(&instance->alloc, (char *)instance->app_info.app_name); in vk_instance_finish()
172 vk_free(&instance->alloc, (char *)instance->app_info.engine_name); in vk_instance_finish()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_descriptor_set.c107 vk_free(&device->vk.alloc, set->textures); in panvk_per_arch()
108 vk_free(&device->vk.alloc, set->samplers); in panvk_per_arch()
109 vk_free(&device->vk.alloc, set->ubos); in panvk_per_arch()
110 vk_free(&device->vk.alloc, set->descs); in panvk_per_arch()
Dpanvk_descriptor_set.c425 vk_free(&device->vk.alloc, set->textures); in panvk_descriptor_set_destroy()
426 vk_free(&device->vk.alloc, set->samplers); in panvk_descriptor_set_destroy()
427 vk_free(&device->vk.alloc, set->ubos); in panvk_descriptor_set_destroy()
428 vk_free(&device->vk.alloc, set->descs); in panvk_descriptor_set_destroy()
Dpanvk_vX_cmd_buffer.c135 vk_free(&cmdbuf->pool->alloc, batch); in panvk_per_arch()
786 vk_free(&cmdbuf->pool->alloc, cmdbuf->state.clear); in panvk_per_arch()
962 vk_free(&cmdbuf->pool->alloc, batch); in panvk_reset_cmdbuf()
992 vk_free(&cmdbuf->pool->alloc, batch); in panvk_destroy_cmdbuf()
999 vk_free(&device->vk.alloc, cmdbuf); in panvk_destroy_cmdbuf()
1017 vk_free(&device->vk.alloc, cmdbuf); in panvk_create_cmdbuf()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c155 vk_free(&device->vk.alloc, bo); in bo_free()
247 vk_free(&device->vk.alloc, bo); in v3dv_bo_alloc()
377 vk_free(&device->vk.alloc, old_list); in reallocate_size_list()
412 vk_free(&device->vk.alloc, device->bo_cache.size_list); in v3dv_bo_cache_destroy()
/third_party/mesa3d/src/intel/vulkan/
Danv_queue.c103 vk_free(alloc, submit->fences); in anv_queue_submit_free()
104 vk_free(alloc, submit->fence_values); in anv_queue_submit_free()
105 vk_free(alloc, submit->temporary_semaphores); in anv_queue_submit_free()
106 vk_free(alloc, submit->wait_timelines); in anv_queue_submit_free()
107 vk_free(alloc, submit->wait_timeline_values); in anv_queue_submit_free()
108 vk_free(alloc, submit->signal_timelines); in anv_queue_submit_free()
109 vk_free(alloc, submit->signal_timeline_values); in anv_queue_submit_free()
110 vk_free(alloc, submit->fence_bos); in anv_queue_submit_free()
111 vk_free(alloc, submit->cmd_buffers); in anv_queue_submit_free()
112 vk_free(alloc, submit); in anv_queue_submit_free()
[all …]
Danv_batch_chain.c79 vk_free(alloc, list->relocs); in anv_reloc_list_init_clone()
111 vk_free(alloc, list->relocs); in anv_reloc_list_finish()
112 vk_free(alloc, list->reloc_bos); in anv_reloc_list_finish()
113 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()
1210 vk_free(exec->alloc, exec->surface_states_relocs); in anv_execbuf_finish()
1211 vk_free(exec->alloc, exec->objects); in anv_execbuf_finish()
1212 vk_free(exec->alloc, exec->bos); in anv_execbuf_finish()
[all …]
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c437 vk_free(&chain->alloc, modifier_props); in wsi_create_native_image()
438 vk_free(&chain->alloc, image_modifiers); in wsi_create_native_image()
443 vk_free(&chain->alloc, modifier_props); in wsi_create_native_image()
444 vk_free(&chain->alloc, image_modifiers); in wsi_create_native_image()
Dwsi_common_win32.c529 vk_free(allocator, chain); in wsi_win32_swapchain_destroy()
623 vk_free(allocator, chain); in wsi_win32_surface_create_swapchain()
650 vk_free(allocator, chain); in wsi_win32_surface_create_swapchain()
710 vk_free(alloc, wsi); in wsi_win32_finish_wsi()
Dwsi_common_x11.c226 vk_free(&wsi_dev->instance_alloc, wsi_conn); in wsi_x11_connection_create()
309 vk_free(&wsi_dev->instance_alloc, conn); in wsi_x11_connection_destroy()
1612 vk_free(pAllocator, modifiers[0]); in wsi_x11_get_dri3_modifiers()
1665 vk_free(pAllocator, chain); in x11_swapchain_destroy()
1875 vk_free(pAllocator, modifiers[i]); in x11_surface_create_swapchain()
1892 vk_free(pAllocator, modifiers[i]); in x11_surface_create_swapchain()
1900 vk_free(pAllocator, chain); in x11_surface_create_swapchain()
1975 vk_free(alloc, wsi); in wsi_x11_init_wsi()
1998 vk_free(alloc, wsi); in wsi_x11_finish_wsi()
Dwsi_common.c310 vk_free(&chain->alloc, chain->fences); in wsi_swapchain_finish()
317 vk_free(&chain->alloc, chain->cmd_pools); in wsi_swapchain_finish()
333 vk_free(&chain->alloc, image->prime.blit_cmd_buffers); in wsi_destroy_image()
749 vk_free(&swapchain->alloc, stage_flags); in wsi_common_queue_present()

123