Searched defs:removedCount (Results 1 – 3 of 3) sorted by relevance
705 size_t removedCount = mCaches->bindGroupLayouts.erase(obj); in UncacheBindGroupLayout() local768 size_t removedCount = mCaches->computePipelines.erase(obj); in UncacheComputePipeline() local795 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout() local801 size_t removedCount = mCaches->renderPipelines.erase(obj); in UncacheRenderPipeline() local828 size_t removedCount = mCaches->samplers.erase(obj); in UncacheSampler() local868 size_t removedCount = mCaches->shaderModules.erase(obj); in UncacheShaderModule() local906 size_t removedCount = mCaches->attachmentStates.erase(obj); in UncacheAttachmentState() local
150 size_t removedCount = mCache.erase(entry); in RemoveCacheEntry() local
63436 uint32_t removedCount; member in js::detail::HashTable