Searched refs:instance_alloc (Results 1 – 4 of 4) sorted by relevance
52 static struct tracefs_instance *instance_alloc(const char *trace_dir, const char *name) in instance_alloc() function199 inst = instance_alloc(tdir, name); in tracefs_instance_create()260 inst = instance_alloc(tdir, name); in tracefs_instance_alloc()
104 VkAllocationCallbacks instance_alloc; member
244 vk_alloc(&wsi_dev->instance_alloc, sizeof(*wsi_conn), 8, in wsi_x11_connection_create()291 vk_free(&wsi_dev->instance_alloc, wsi_conn); in wsi_x11_connection_create()393 vk_free(&wsi_dev->instance_alloc, conn); in wsi_x11_connection_destroy()2376 &wsi_device->instance_alloc); in wsi_x11_swapchain_query_dri3_modifiers_changed()2385 vk_free(&wsi_device->instance_alloc, modifiers[i]); in wsi_x11_swapchain_query_dri3_modifiers_changed()
83 wsi->instance_alloc = *alloc; in wsi_device_init()