Lines Matching refs:alloc
239 const VkAllocationCallbacks *alloc = &instance->base.base.alloc;
241 VkResult result = vn_renderer_create(instance, alloc, &instance->renderer);
695 const VkAllocationCallbacks *alloc =
703 instance = vk_zalloc(alloc, sizeof(*instance), VN_DEFAULT_ALIGN,
715 &dispatch_table, pCreateInfo, alloc);
717 vk_free(alloc, instance);
821 vn_renderer_destroy(instance->renderer, alloc);
827 vk_free(alloc, instance);
838 const VkAllocationCallbacks *alloc =
839 pAllocator ? pAllocator : &instance->base.base.alloc;
847 vk_free(alloc, instance->physical_device.devices);
848 vk_free(alloc, instance->physical_device.groups);
873 vn_renderer_destroy(instance->renderer, alloc);
879 vk_free(alloc, instance);