Home
last modified time | relevance | path

Searched refs:removedCount (Results 1 – 5 of 5) 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()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp301 deUint32 removedCount = 0u; in resetDescriptorPoolHandlerStat() local
307 removedCount++; in resetDescriptorPoolHandlerStat()
312 DDSTAT_HANDLE_DESTROY(descriptorSetRequestCount, removedCount); in resetDescriptorPoolHandlerStat()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp63436 uint32_t removedCount; member in js::detail::HashTable
63535 , 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 …]