Searched refs:POOL_DESC (Results 1 – 3 of 3) sorted by relevance
952 struct POOL_DESC struct1014 POOL_DESC GetDesc() const;1050 Pool(Allocator* allocator, const POOL_DESC &desc);1302 const POOL_DESC* pPoolDesc,
3911 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()
573 D3D12MA::POOL_DESC poolDesc = {}; in TestCustomPools()