Searched refs:commandSecondaryPools_ (Results 1 – 2 of 2) sorted by relevance
277 commandSecondaryPools_.resize(bufferingCount);282 commandSecondaryPools_[frameIdx] = CreateContextCommandPool(308 DestroyContextCommandPool(device, commandSecondaryPools_); in ~NodeContextPoolManagerVk()353 for (const auto& cmdPoolRef : commandSecondaryPools_) { in BeginBackendFrame()408 PLUGIN_ASSERT(bufferingIndex_ < static_cast<uint32_t>(commandSecondaryPools_.size())); in GetContextSecondaryCommandPool()409 return commandSecondaryPools_[bufferingIndex_]; in GetContextSecondaryCommandPool()
85 BASE_NS::vector<ContextCommandPoolVk> commandSecondaryPools_; variable