Home | History | Annotate | Download | only in wsi

Lines Matching defs:alloc

61    const VkAllocationCallbacks *alloc;
253 vk_free(wsi->alloc, display);
260 vk_alloc(wsi->alloc, sizeof(*display), 8,
352 const VkAllocationCallbacks *alloc,
775 const VkAllocationCallbacks *alloc,
782 wsi = vk_alloc(alloc, sizeof(*wsi), 8,
790 wsi->alloc = alloc;
825 vk_free(alloc, wsi);
834 const VkAllocationCallbacks *alloc)
848 vk_free(alloc, wsi);