Lines Matching refs:pAllocateInfo
2716 const VkMemoryAllocateInfo* pAllocateInfo,
2725 assert(pAllocateInfo->sType == VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO);
2728 assert(pAllocateInfo->allocationSize > 0);
2730 if (pAllocateInfo->allocationSize > MAX_MEMORY_ALLOCATION_SIZE)
2740 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count);
2741 mem->type = &pdevice->memory.types[pAllocateInfo->memoryTypeIndex];
2754 vk_find_struct_const(pAllocateInfo->pNext, WSI_MEMORY_ALLOCATE_INFO_MESA);
2769 vk_find_struct_const(pAllocateInfo->pNext, EXPORT_MEMORY_ALLOCATE_INFO);
2781 vk_find_struct_const(pAllocateInfo->pNext,
2791 result = anv_create_ahw_memory(_device, mem, pAllocateInfo);
2806 vk_find_struct_const(pAllocateInfo->pNext, IMPORT_MEMORY_FD_INFO_KHR);
2824 align_u64(pAllocateInfo->allocationSize, 4096);
2859 vk_find_struct_const(pAllocateInfo->pNext,
2873 pAllocateInfo->allocationSize, bo_flags, &mem->bo);
2888 pAllocateInfo->allocationSize, bo_flags,
2894 vk_find_struct_const(pAllocateInfo->pNext, MEMORY_DEDICATED_ALLOCATE_INFO);