Searched refs:vk_free2 (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_deferred_operation.c | 63 vk_free2(&device->alloc, pAllocator, op); in vk_common_DestroyDeferredOperationKHR()
|
D | vk_command_pool.c | 106 vk_free2(&device->alloc, pAllocator, pool); in vk_common_CreateCommandPool() 127 vk_free2(&device->alloc, pAllocator, pool); in vk_common_DestroyCommandPool()
|
D | vk_object.c | 134 vk_free2(&device->alloc, alloc, data); in vk_object_free() 168 vk_free2(&device->alloc, pAllocator, slot); in vk_private_data_slot_destroy()
|
D | vk_debug_report.c | 92 vk_free2(&instance->alloc, pAllocator, callback); in vk_common_DestroyDebugReportCallbackEXT()
|
D | vk_instance.c | 237 vk_free2(&instance->alloc, &messenger->alloc, messenger); in vk_instance_finish() 246 vk_free2(&instance->alloc, &messenger->alloc, messenger); in vk_instance_finish()
|
D | vk_debug_utils.c | 153 vk_free2(&instance->alloc, pAllocator, messenger); in vk_common_DestroyDebugUtilsMessengerEXT()
|
D | vk_render_pass.c | 241 vk_free2(&device->alloc, pAllocator, create_info); in vk_common_CreateRenderPass()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_alloc.h | 153 vk_free2(const VkAllocationCallbacks *parent_alloc, in vk_free2() function
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_win32.cpp | 155 vk_free2(&instance->alloc, pAllocator, icd_surface); in wsi_win32_surface_destroy()
|
D | wsi_common_wayland.c | 1347 vk_free2(&instance->alloc, pAllocator, wsi_wl_surface); in wsi_wl_surface_destroy()
|
D | wsi_common.c | 301 vk_free2(&instance->alloc, pAllocator, surface); in wsi_DestroySurfaceKHR()
|
D | wsi_common_display.c | 3032 vk_free2(wsi->alloc, allocator, fence); in wsi_register_display_event()
|