Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h952 struct POOL_DESC struct
1014 POOL_DESC GetDesc() const;
1050 Pool(Allocator* allocator, const POOL_DESC &desc);
1302 const POOL_DESC* pPoolDesc,
DD3D12MemAlloc.cpp3911 PoolPimpl(AllocatorPimpl* allocator, const POOL_DESC& desc);
3916 const POOL_DESC& GetDesc() const { return m_Desc; } in GetDesc()
3930 POOL_DESC m_Desc;
3937 PoolPimpl::PoolPimpl(AllocatorPimpl* allocator, const POOL_DESC& desc) : in PoolPimpl()
4016 POOL_DESC Pool::GetDesc() const in GetDesc()
4044 Pool::Pool(Allocator* allocator, const POOL_DESC &desc) : in Pool()
5499 const POOL_DESC* pPoolDesc, in CreatePool()
DTests.cpp573 D3D12MA::POOL_DESC poolDesc = {}; in TestCustomPools()