Home
last modified time | relevance | path

Searched refs:VIRTUAL_ALLOCATION_INFO (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1401 struct VIRTUAL_ALLOCATION_INFO struct
1437 void GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO* pInfo) const;
DD3D12MemAlloc.cpp2126 virtual void GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO& outInfo) const = 0;
2176 virtual void GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO& outInfo) const;
2786 void BlockMetadata_Generic::GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO& outInfo) const in GetAllocationInfo()
5637 void VirtualBlock::GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO* pInfo) const in GetAllocationInfo()
DTests.cpp154 VIRTUAL_ALLOCATION_INFO allocInfo = {}; in TestVirtualBlocks()