Home
last modified time | relevance | path

Searched refs:AllocationInfo (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DResourceMemoryAllocation.h42 struct AllocationInfo { struct
56 ResourceMemoryAllocation(const AllocationInfo& info, argument
68 AllocationInfo GetInfo() const;
73 AllocationInfo mInfo;
DResourceMemoryAllocation.cpp24 ResourceMemoryAllocation::ResourceMemoryAllocation(const AllocationInfo& info, in ResourceMemoryAllocation()
41 AllocationInfo ResourceMemoryAllocation::GetInfo() const { in GetInfo()
DBuddyMemoryAllocator.cpp77 AllocationInfo info; in Allocate()
89 const AllocationInfo info = allocation.GetInfo(); in Deallocate()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDescriptorHeapAllocator.h59 struct AllocationInfo { struct
64 using DescriptorHeapInfo = std::pair<ComPtr<ID3D12DescriptorHeap>, AllocationInfo>; argument
DDescriptorHeapAllocator.cpp100 AllocationInfo allocationInfo = {allocationSize, allocationSize - count}; in Allocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceHeapAllocationD3D12.h29 ResourceHeapAllocation(const AllocationInfo& info,
DResourceHeapAllocationD3D12.cpp23 ResourceHeapAllocation::ResourceHeapAllocation(const AllocationInfo& info, in ResourceHeapAllocation()
DResourceAllocatorManagerD3D12.cpp397 AllocationInfo info; in CreateCommittedResource()
DTextureD3D12.cpp574 AllocationInfo info; in InitializeAsExternalTexture()
636 AllocationInfo info; in InitializeAsSwapChainTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp177 AllocationInfo info; in Allocate()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7056 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()