Home
last modified time | relevance | path

Searched refs:mHeapAllocators (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.h97 std::array<std::unique_ptr<HeapAllocator>, ResourceHeapKind::EnumCount> mHeapAllocators; variable
DResourceAllocatorManagerD3D12.cpp172 mHeapAllocators[i] = std::make_unique<HeapAllocator>( in ResourceAllocatorManager()
176 std::make_unique<PooledResourceMemoryAllocator>(mHeapAllocators[i].get()); in ResourceAllocatorManager()