Lines Matching defs:pAllocateInfo
1387 const VkMemoryAllocateInfo *pAllocateInfo,
1394 assert(pAllocateInfo->sType == VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO);
1396 if (pAllocateInfo->allocationSize == 0) {
1408 vk_find_struct_const(pAllocateInfo->pNext, IMPORT_MEMORY_FD_INFO_KHR);
1424 pAllocateInfo->allocationSize, fd_info->fd);
1431 tu_bo_init_new(device, &mem->bo, pAllocateInfo->allocationSize);
1439 mem->size = pAllocateInfo->allocationSize;
1440 mem->type_index = pAllocateInfo->memoryTypeIndex;
1452 const VkMemoryAllocateInfo *pAllocateInfo,
1457 return tu_alloc_memory(device, pAllocateInfo, pAllocator, pMem);