Searched refs:AllocationInfo (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ResourceMemoryAllocation.h | 42 struct AllocationInfo { struct 56 ResourceMemoryAllocation(const AllocationInfo& info, argument 68 AllocationInfo GetInfo() const; 73 AllocationInfo mInfo;
|
D | ResourceMemoryAllocation.cpp | 24 ResourceMemoryAllocation::ResourceMemoryAllocation(const AllocationInfo& info, in ResourceMemoryAllocation() 41 AllocationInfo ResourceMemoryAllocation::GetInfo() const { in GetInfo()
|
D | BuddyMemoryAllocator.cpp | 77 AllocationInfo info; in Allocate() 89 const AllocationInfo info = allocation.GetInfo(); in Deallocate()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DescriptorHeapAllocator.h | 59 struct AllocationInfo { struct 64 using DescriptorHeapInfo = std::pair<ComPtr<ID3D12DescriptorHeap>, AllocationInfo>; argument
|
D | DescriptorHeapAllocator.cpp | 100 AllocationInfo allocationInfo = {allocationSize, allocationSize - count}; in Allocate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ResourceHeapAllocationD3D12.h | 29 ResourceHeapAllocation(const AllocationInfo& info,
|
D | ResourceHeapAllocationD3D12.cpp | 23 ResourceHeapAllocation::ResourceHeapAllocation(const AllocationInfo& info, in ResourceHeapAllocation()
|
D | ResourceAllocatorManagerD3D12.cpp | 397 AllocationInfo info; in CreateCommittedResource()
|
D | TextureD3D12.cpp | 574 AllocationInfo info; in InitializeAsExternalTexture() 636 AllocationInfo info; in InitializeAsSwapChainTexture()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ResourceMemoryAllocatorVk.cpp | 177 AllocationInfo info; in Allocate()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7056 struct AllocationInfo struct 7061 AllocationInfo() : in AllocationInfo() argument 7066 AllocationInfo(VmaAllocation hAlloc, VkBool32* pChanged) : in AllocationInfo() function 7106 bool operator()(const AllocationInfo& lhs, const AllocationInfo& rhs) const in operator() 7114 bool operator()(const AllocationInfo& lhs, const AllocationInfo& rhs) const in operator() 7125 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; 13792 AllocationInfo allocInfo = AllocationInfo(hAlloc, pChanged); in AddAllocation() 13865 AllocationInfo& allocInfo = pSrcBlockInfo->m_Allocations[srcAllocIndex]; in DefragmentRound() 13997 AllocationInfo allocInfo = AllocationInfo(it->hAllocation, VMA_NULL); in Defragment()
|