Searched refs:removedCount (Results 1 – 5 of 5) 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()
301 deUint32 removedCount = 0u; in resetDescriptorPoolHandlerStat() local307 removedCount++; in resetDescriptorPoolHandlerStat()312 DDSTAT_HANDLE_DESTROY(descriptorSetRequestCount, removedCount); in resetDescriptorPoolHandlerStat()
63436 uint32_t removedCount; member in js::detail::HashTable63535 , removedCount(0) in HashTable()63629 return entryCount + removedCount >= in overloaded()63776 removedCount = 0; in changeTableSize()63799 return removedCount >= (capacity() >> 2); in shouldCompressTable()63835 removedCount++; in remove()63878 removedCount = 0; in rehashTableInPlace()63929 removedCount--; in putNewInfallibleInternal()63951 removedCount = 0; in clear()63976 removedCount = 0; in finish()[all …]