Searched refs:hashCount (Results 1 – 1 of 1) sorted by relevance
433 const size_t hashCount = hashToGpuBufferPoolIndex_.count(hash); in CreatePoolForBuffers() local435 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() local486 PLUGIN_ASSERT_MSG(hashCount == 0, "similar image pool already created"); in CreatePoolForImages()487 if (hashCount == 0) { in CreatePoolForImages()