Lines Matching refs:alloc
400 const VkAllocationCallbacks *alloc,
428 alloc, sizeof(*mod_props) * mod_prop_list.drmFormatModifierCount,
445 vk_free(alloc, mod_props);
469 const VkAllocationCallbacks *alloc,
492 dev, create_info->format, buf_props.modifier, alloc, &mod_props);
562 const VkAllocationCallbacks *alloc,
602 anb_info->handle, alloc, &builder);
607 result = vn_image_create(dev, &builder.create, alloc, &img);
673 result = vn_AllocateMemory(device, &memory_info, alloc, &memory);
703 vn_DestroyImage(device, image, alloc);
705 vn_FreeMemory(device, memory, alloc);
809 const VkAllocationCallbacks *alloc = &dev->base.base.alloc;
823 vk_alloc(alloc, sizeof(*stage_masks) * waitSemaphoreCount,
853 vk_free(alloc, stage_masks);
935 dev, format, buf_props.modifier, &dev->base.base.alloc, &mod_props);
1053 vn_log(NULL, "AHB alloc(w=%u,h=%u,l=%u,f=%u,u=%" PRIu64 ") failed(%d)",
1109 const VkAllocationCallbacks *alloc,
1129 return vn_image_create_deferred(dev, create_info, alloc, out_img);
1136 const VkAllocationCallbacks *alloc,
1167 handle, alloc, &builder);
1269 const VkAllocationCallbacks *alloc)
1310 vn_android_device_import_ahb(dev, mem, alloc_info, alloc, ahb, true);
1312 /* ahb alloc has already acquired a ref and import will acquire another,
1424 const VkAllocationCallbacks *alloc,
1431 result = vn_buffer_create(dev, create_info, alloc, out_buf);