Home
last modified time | relevance | path

Searched refs:vk_free2 (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_deferred_operation.c63 vk_free2(&device->alloc, pAllocator, op); in vk_common_DestroyDeferredOperationKHR()
Dvk_command_pool.c106 vk_free2(&device->alloc, pAllocator, pool); in vk_common_CreateCommandPool()
127 vk_free2(&device->alloc, pAllocator, pool); in vk_common_DestroyCommandPool()
Dvk_object.c134 vk_free2(&device->alloc, alloc, data); in vk_object_free()
168 vk_free2(&device->alloc, pAllocator, slot); in vk_private_data_slot_destroy()
Dvk_debug_report.c92 vk_free2(&instance->alloc, pAllocator, callback); in vk_common_DestroyDebugReportCallbackEXT()
Dvk_instance.c237 vk_free2(&instance->alloc, &messenger->alloc, messenger); in vk_instance_finish()
246 vk_free2(&instance->alloc, &messenger->alloc, messenger); in vk_instance_finish()
Dvk_debug_utils.c153 vk_free2(&instance->alloc, pAllocator, messenger); in vk_common_DestroyDebugUtilsMessengerEXT()
Dvk_render_pass.c241 vk_free2(&device->alloc, pAllocator, create_info); in vk_common_CreateRenderPass()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_alloc.h153 vk_free2(const VkAllocationCallbacks *parent_alloc, in vk_free2() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp155 vk_free2(&instance->alloc, pAllocator, icd_surface); in wsi_win32_surface_destroy()
Dwsi_common_wayland.c1347 vk_free2(&instance->alloc, pAllocator, wsi_wl_surface); in wsi_wl_surface_destroy()
Dwsi_common.c301 vk_free2(&instance->alloc, pAllocator, surface); in wsi_DestroySurfaceKHR()
Dwsi_common_display.c3032 vk_free2(wsi->alloc, allocator, fence); in wsi_register_display_event()