Searched refs:mDepthStencilViewAllocator (Results 1 – 2 of 2) sorted by relevance
124 mDepthStencilViewAllocator = std::make_unique<StagingDescriptorAllocator>( in Initialize()323 mDepthStencilViewAllocator->Tick(completedSerial); in TickImpl()717 return mDepthStencilViewAllocator.get(); in GetDepthStencilViewAllocator()
246 std::unique_ptr<StagingDescriptorAllocator> mDepthStencilViewAllocator; variable