Home
last modified time | relevance | path

Searched defs:mPool (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPooledResourceMemoryAllocator.h48 std::deque<std::unique_ptr<ResourceHeapBase>> mPool; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingDescriptorAllocatorD3D12.h70 std::vector<NonShaderVisibleBuffer> mPool; variable
DShaderVisibleDescriptorAllocatorD3D12.h87 std::list<SerialDescriptorHeap> mPool; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DConcurrentCacheTests.cpp57 std::unique_ptr<dawn_platform::WorkerTaskPool> mPool; member in ConcurrentCacheTest