Searched refs:removedCount (Results 1 – 3 of 3) sorted by relevance
143 size_t removedCount = mCaches->bindGroupLayouts.erase(obj); in UncacheBindGroupLayout() local144 ASSERT(removedCount == 1); in UncacheBindGroupLayout()164 size_t removedCount = mCaches->computePipelines.erase(obj); in UncacheComputePipeline() local165 ASSERT(removedCount == 1); in UncacheComputePipeline()185 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout() local186 ASSERT(removedCount == 1); in UncachePipelineLayout()206 size_t removedCount = mCaches->renderPipelines.erase(obj); in UncacheRenderPipeline() local207 ASSERT(removedCount == 1); in UncacheRenderPipeline()227 size_t removedCount = mCaches->samplers.erase(obj); in UncacheSampler() local228 ASSERT(removedCount == 1); in UncacheSampler()[all …]
705 size_t removedCount = mCaches->bindGroupLayouts.erase(obj); in UncacheBindGroupLayout() local706 ASSERT(removedCount == 1); in UncacheBindGroupLayout()768 size_t removedCount = mCaches->computePipelines.erase(obj); in UncacheComputePipeline() local769 ASSERT(removedCount == 1); in UncacheComputePipeline()795 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout() local796 ASSERT(removedCount == 1); in UncachePipelineLayout()801 size_t removedCount = mCaches->renderPipelines.erase(obj); in UncacheRenderPipeline() local802 ASSERT(removedCount == 1); in UncacheRenderPipeline()828 size_t removedCount = mCaches->samplers.erase(obj); in UncacheSampler() local829 ASSERT(removedCount == 1); in UncacheSampler()[all …]
150 size_t removedCount = mCache.erase(entry); in RemoveCacheEntry() local151 ASSERT(removedCount == 1); in RemoveCacheEntry()