Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp705 size_t removedCount = mCaches->bindGroupLayouts.erase(obj); in UncacheBindGroupLayout() local
768 size_t removedCount = mCaches->computePipelines.erase(obj); in UncacheComputePipeline() local
795 size_t removedCount = mCaches->pipelineLayouts.erase(obj); in UncachePipelineLayout() local
801 size_t removedCount = mCaches->renderPipelines.erase(obj); in UncacheRenderPipeline() local
828 size_t removedCount = mCaches->samplers.erase(obj); in UncacheSampler() local
868 size_t removedCount = mCaches->shaderModules.erase(obj); in UncacheShaderModule() local
906 size_t removedCount = mCaches->attachmentStates.erase(obj); in UncacheAttachmentState() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerHeapCacheD3D12.cpp150 size_t removedCount = mCache.erase(entry); in RemoveCacheEntry() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp63436 uint32_t removedCount; member in js::detail::HashTable