Home
last modified time | relevance | path

Searched refs:hashCount (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp433 const size_t hashCount = hashToGpuBufferPoolIndex_.count(hash); in CreatePoolForBuffers() local
435 PLUGIN_ASSERT_MSG(hashCount == 0, "similar buffer pool already created"); in CreatePoolForBuffers()
436 if (hashCount == 0) { in CreatePoolForBuffers()
484 const size_t hashCount = hashToGpuImagePoolIndex_.count(hash); in CreatePoolForImages() local
486 PLUGIN_ASSERT_MSG(hashCount == 0, "similar image pool already created"); in CreatePoolForImages()
487 if (hashCount == 0) { in CreatePoolForImages()