Lines Matching refs:MemoryAllocation

63     MemoryAllocation *memoryAllocation = nullptr;  in allocateGraphicsMemoryWithAlignment()
143 …auto memoryAllocation = static_cast<MemoryAllocation *>(allocateGraphicsMemoryWithAlignment(alloca… in allocateGraphicsMemoryWithGpuVa()
158 …static_cast<MemoryAllocation *>(memoryAllocation)->overrideMemoryPool(MemoryPool::System64KBPages); in allocateGraphicsMemory64kb()
185 MemoryAllocation *memAlloc = new MemoryAllocation( in allocate32BitGraphicsMemoryImpl()
210 MemoryAllocation *memoryAllocation = nullptr; in allocate32BitGraphicsMemoryImpl()
212 …memoryAllocation = new MemoryAllocation(allocationData.rootDeviceIndex, allocationData.type, ptrAl… in allocate32BitGraphicsMemoryImpl()
279 auto memoryAllocation = static_cast<MemoryAllocation *>(gfxAllocation); in freeGraphicsMemoryImpl()
404 MemoryAllocation *OsAgnosticMemoryManager::createMemoryAllocation(GraphicsAllocation::AllocationTyp… in createMemoryAllocation()
409 …return new MemoryAllocation(rootDeviceIndex, allocationType, driverAllocatedCpuPointer, pMem, gpuA… in createMemoryAllocation()
420 …auto memoryAllocation = new MemoryAllocation(rootDeviceIndex, allocationType, driverAllocatedCpuPo… in createMemoryAllocation()
445 MemoryAllocation *allocation = nullptr; in allocateGraphicsMemoryInDevicePool()
461 …allocation = static_cast<MemoryAllocation *>(allocate32BitGraphicsMemoryImpl(adjustedAllocationDat… in allocateGraphicsMemoryInDevicePool()
464 …allocation = new MemoryAllocation(allocationData.rootDeviceIndex, numHandles, allocationData.type,… in allocateGraphicsMemoryInDevicePool()
504 …allocation = new MemoryAllocation(allocationData.rootDeviceIndex, numHandles, allocationData.type,… in allocateGraphicsMemoryInDevicePool()
532 void MemoryAllocation::overrideMemoryPool(MemoryPool::Type pool) { in overrideMemoryPool()