Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp143 size_t removedCount = mCaches->bindGroupLayouts.erase(obj); in UncacheBindGroupLayout() local
144 ASSERT(removedCount == 1); in UncacheBindGroupLayout()
164 size_t removedCount = mCaches->computePipelines.erase(obj); in UncacheComputePipeline() local
165 ASSERT(removedCount == 1); in UncacheComputePipeline()
185 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout() local
186 ASSERT(removedCount == 1); in UncachePipelineLayout()
206 size_t removedCount = mCaches->renderPipelines.erase(obj); in UncacheRenderPipeline() local
207 ASSERT(removedCount == 1); in UncacheRenderPipeline()
227 size_t removedCount = mCaches->samplers.erase(obj); in UncacheSampler() local
228 ASSERT(removedCount == 1); in UncacheSampler()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp705 size_t removedCount = mCaches->bindGroupLayouts.erase(obj); in UncacheBindGroupLayout() local
706 ASSERT(removedCount == 1); in UncacheBindGroupLayout()
768 size_t removedCount = mCaches->computePipelines.erase(obj); in UncacheComputePipeline() local
769 ASSERT(removedCount == 1); in UncacheComputePipeline()
795 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout() local
796 ASSERT(removedCount == 1); in UncachePipelineLayout()
801 size_t removedCount = mCaches->renderPipelines.erase(obj); in UncacheRenderPipeline() local
802 ASSERT(removedCount == 1); in UncacheRenderPipeline()
828 size_t removedCount = mCaches->samplers.erase(obj); in UncacheSampler() local
829 ASSERT(removedCount == 1); in UncacheSampler()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerHeapCacheD3D12.cpp150 size_t removedCount = mCache.erase(entry); in RemoveCacheEntry() local
151 ASSERT(removedCount == 1); in RemoveCacheEntry()