Searched refs:cmdPoolRef (Results 1 – 1 of 1) sorted by relevance
294 for (auto& cmdPoolRef : commandPools) { in ~NodeContextPoolManagerVk() local295 if (cmdPoolRef.commandBuffer.semaphore) { in ~NodeContextPoolManagerVk()297 cmdPoolRef.commandBuffer.semaphore, // semaphore in ~NodeContextPoolManagerVk()300 if (cmdPoolRef.commandPool) { in ~NodeContextPoolManagerVk()302 cmdPoolRef.commandPool, // commandPool in ~NodeContextPoolManagerVk()348 for (const auto& cmdPoolRef : commandPools_) { in BeginBackendFrame() local350 … VulkanHandleCast<uint64_t>(cmdPoolRef.commandBuffer.commandBuffer), debugName_ + "_cmd_buf"); in BeginBackendFrame()353 for (const auto& cmdPoolRef : commandSecondaryPools_) { in BeginBackendFrame() local355 …VulkanHandleCast<uint64_t>(cmdPoolRef.commandBuffer.commandBuffer), debugName_ + "_secondary_cmd_b… in BeginBackendFrame()