Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dpool.h29 enum class PoolPolicy { enum
207 template <typename T, int N, PoolPolicy POLICY = PoolPolicy::Reconstruct>
247 template <typename T, int N, PoolPolicy POLICY>
251 if (POLICY == PoolPolicy::Preserve) { in Storage()
259 template <typename T, int N, PoolPolicy POLICY>
261 if (POLICY == PoolPolicy::Preserve) { in ~Storage()
268 template <typename T, int N, PoolPolicy POLICY>
273 template <typename T, int N, PoolPolicy POLICY>
281 template <typename T, int N, PoolPolicy POLICY>
289 if (POLICY == PoolPolicy::Reconstruct) { in borrow()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dpool_test.cpp95 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Reconstruct> pool; in TEST_P()
116 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Reconstruct> pool; in TEST_P()
138 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Preserve> pool; in TEST_P()
162 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Preserve> pool; in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp123 using Pool = marl::BoundedPool<BatchData, MaxBatchCount, marl::PoolPolicy::Preserve>;
135 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>;