Searched refs:PoolResource (Results 1 – 4 of 4) sorted by relevance
22 template <class PoolResource>31 PoolResource r1; in test()34 PoolResource r2(std::pmr::pool_options{1024, 2048}); in test()37 PoolResource r3(std::pmr::pool_options{1024, 2048}, std::pmr::new_delete_resource()); in test()
38 template <class PoolResource>42 PoolResource pr1; in test()43 PoolResource pr2; in test()58 PoolResource pr1; in test()
404 struct PoolResource : public Resource struct406 PoolResource(Pool &&poolIn, uint32_t freedCountIn);407 PoolResource(PoolResource &&other);418 std::vector<PoolResource> mPools; argument
3956 for (PoolResource &resource : mPools) in destroyEntryPool()3969 PoolResource &pool = mPools[poolIndex]; in findFreeEntryPool()4033 DynamicallyGrowingPool<Pool>::PoolResource::PoolResource(Pool &&poolIn, uint32_t freedCountIn) in PoolResource() function in rx::vk::DynamicallyGrowingPool::PoolResource4038 DynamicallyGrowingPool<Pool>::PoolResource::PoolResource(PoolResource &&other) in PoolResource() function in rx::vk::DynamicallyGrowingPool::PoolResource