Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_cmd_enqueue.c134 vk_free(queue->alloc, (void *)entry->pImageInfo); in push_descriptors_set_free()
138 vk_free(queue->alloc, (void *)entry->pTexelBufferView); in push_descriptors_set_free()
145 vk_free(queue->alloc, (void *)entry->pBufferInfo); in push_descriptors_set_free()
307 vk_free(queue->alloc, (void *)info->payloads.hostAddress); in dispatch_graph_amdx_free()
310 vk_free(queue->alloc, infos); in dispatch_graph_amdx_free()
363 vk_free(alloc, cmd); in vk_cmd_enqueue_CmdDispatchGraphAMDX()
Dvk_video.c198 vk_free(&device->alloc, params->h264_dec.std_sps); in vk_video_session_parameters_init()
199 vk_free(&device->alloc, params->h264_dec.std_pps); in vk_video_session_parameters_init()
222 vk_free(&device->alloc, params->h265_dec.std_vps); in vk_video_session_parameters_init()
223 vk_free(&device->alloc, params->h265_dec.std_sps); in vk_video_session_parameters_init()
224 vk_free(&device->alloc, params->h265_dec.std_pps); in vk_video_session_parameters_init()
244 vk_free(&device->alloc, params->h264_dec.std_sps); in vk_video_session_parameters_finish()
245 vk_free(&device->alloc, params->h264_dec.std_pps); in vk_video_session_parameters_finish()
248 vk_free(&device->alloc, params->h265_dec.std_vps); in vk_video_session_parameters_finish()
249 vk_free(&device->alloc, params->h265_dec.std_sps); in vk_video_session_parameters_finish()
250 vk_free(&device->alloc, params->h265_dec.std_pps); in vk_video_session_parameters_finish()
Dvk_debug_utils.c167 vk_free(&device->alloc, object->object_name); in vk_common_SetDebugUtilsObjectNameEXT()
209 vk_free(&device->alloc, (void *)previous_label.pLabelName); in vk_common_pop_debug_label()
Dvk_sync_timeline.c96 vk_free(&device->alloc, point); in vk_sync_timeline_finish()
102 vk_free(&device->alloc, point); in vk_sync_timeline_finish()
158 vk_free(&device->alloc, point); in vk_sync_timeline_alloc_point_locked()
Dvk_instance.c252 vk_free(&instance->alloc, (char *)instance->app_info.app_name); in vk_instance_finish()
253 vk_free(&instance->alloc, (char *)instance->app_info.engine_name); in vk_instance_finish()
Dvk_sync.c125 vk_free(&device->alloc, sync); in vk_sync_create()
139 vk_free(&device->alloc, sync); in vk_sync_destroy()
Dvk_object.c52 vk_free(&base->device->alloc, base->object_name); in vk_object_base_finish()
Dvk_pipeline_cache.c85 vk_free(&device->alloc, data_obj); in vk_raw_data_cache_object_destroy()
Dvk_queue.c245 vk_free(&queue->base.device->alloc, submit); in vk_queue_submit_free()
Dvk_render_pass.c2404 vk_free(vk_default_allocator(), cmd_buffer->pass_sample_locations); in vk_command_buffer_reset_render_pass()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_alloc.h74 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() function
158 vk_free(alloc, data); in vk_free2()
160 vk_free(parent_alloc, data); in vk_free2()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp215 vk_free(&physical_device->instance->alloc, physical_device); in gfxstream_vk_destroy_physical_device()
247 vk_free(&gfxstream_instance->vk.alloc, gfxstream_physicalDevice); in gfxstream_vk_enumerate_devices()
353 vk_free(pAllocator, instance); in gfxstream_vk_CreateInstance()
375 vk_free(&instance->vk.alloc, instance); in gfxstream_vk_DestroyInstance()
509 vk_free(pMesaAllocator, gfxstream_device); in gfxstream_vk_CreateDevice()
526 vk_free(&gfxstream_device->vk.alloc, queue); in gfxstream_vk_DestroyDevice()
529 vk_free(&gfxstream_device->vk.alloc, gfxstream_device); in gfxstream_vk_DestroyDevice()
Dgfxstream_vk_cmd.cpp59 vk_free(&gfxstream_commandPool->vk.alloc, gfxstream_commandPool); in gfxstream_vk_DestroyCommandPool()
118 vk_free(&commandBuffer->pool->alloc, commandBuffer); in vk_command_buffer_destroyOp()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c348 vk_free(pAllocator, chain); in wsi_headless_swapchain_destroy()
472 vk_free(pAllocator, chain); in wsi_headless_surface_create_swapchain()
558 vk_free(alloc, wsi); in wsi_headless_finish_wsi()
Dwsi_common_x11.c285 vk_free(&wsi_dev->instance_alloc, wsi_conn); in wsi_x11_connection_create()
380 vk_free(&wsi_dev->instance_alloc, conn); in wsi_x11_connection_destroy()
2331 vk_free(pAllocator, modifiers[0]); in wsi_x11_get_dri3_modifiers()
2388 vk_free(pAllocator, chain); in x11_swapchain_destroy()
2667 vk_free(pAllocator, chain); in x11_surface_create_swapchain()
2674 vk_free(pAllocator, chain); in x11_surface_create_swapchain()
2682 vk_free(pAllocator, chain); in x11_surface_create_swapchain()
2718 vk_free(pAllocator, modifiers[i]); in x11_surface_create_swapchain()
2897 vk_free(pAllocator, chain); in x11_surface_create_swapchain()
2972 vk_free(alloc, wsi); in wsi_x11_init_wsi()
[all …]
Dwsi_common_win32.cpp598 vk_free(allocator, chain); in wsi_win32_swapchain_destroy()
848 vk_free(allocator, chain); in wsi_win32_surface_create_swapchain()
971 vk_free(alloc, wsi); in wsi_win32_init_wsi()
978 vk_free(alloc, wsi); in wsi_win32_init_wsi()
1016 vk_free(alloc, wsi); in wsi_win32_finish_wsi()
Dwsi_common_display.c484 vk_free(wsi->alloc, props2); in wsi_GetPhysicalDeviceDisplayPropertiesKHR()
1222 vk_free(allocator, chain); in wsi_display_swapchain_destroy()
1699 vk_free(fence->wsi->alloc, fence); in wsi_display_fence_check_free()
1743 vk_free(wsi->alloc, fence); in wsi_display_fence_alloc()
2111 vk_free(allocator, chain); in wsi_display_surface_create_swapchain()
2118 vk_free(allocator, chain); in wsi_display_surface_create_swapchain()
2128 vk_free(allocator, chain); in wsi_display_surface_create_swapchain()
2159 vk_free(allocator, chain); in wsi_display_surface_create_swapchain()
2334 vk_free(alloc, wsi); in wsi_display_init_wsi()
2349 vk_free(wsi->alloc, mode); in wsi_display_finish_wsi()
[all …]
Dwsi_common_wayland.c972 vk_free(wsi->alloc, display); in wsi_wl_display_create()
986 vk_free(wsi->alloc, display); in wsi_wl_display_destroy()
1942 vk_free(id->alloc, id); in presentation_handle_presented()
1957 vk_free(id->alloc, id); in presentation_handle_discarded()
2210 vk_free(id->alloc, id); in wsi_wl_swapchain_chain_free()
2230 vk_free(pAllocator, chain); in wsi_wl_swapchain_destroy()
2408 vk_free(pAllocator, chain); in wsi_wl_surface_create_swapchain()
2460 vk_free(alloc, wsi); in wsi_wl_finish_wsi()
Dwsi_common.c527 vk_free(&chain->alloc, chain->fences); in wsi_swapchain_finish()
533 vk_free(&chain->alloc, chain->blit.semaphores); in wsi_swapchain_finish()
546 vk_free(&chain->alloc, chain->cmd_pools); in wsi_swapchain_finish()
658 vk_free(&chain->alloc, (void *)info->create.pQueueFamilyIndices); in wsi_destroy_image_info()
662 vk_free(&chain->alloc, (void *)info->format_list.pViewFormats); in wsi_destroy_image_info()
666 vk_free(&chain->alloc, (void *)info->drm_mod_list.pDrmFormatModifiers); in wsi_destroy_image_info()
670 vk_free(&chain->alloc, info->modifier_props); in wsi_destroy_image_info()
740 vk_free(&chain->alloc, image->blit.cmd_buffers); in wsi_destroy_image()
Dwsi_common_drm.c439 vk_free(&chain->alloc, image_modifiers); in wsi_configure_native_image()