Searched refs:transferQueueCommandBufferPool (Results 1 – 2 of 2) sorted by relevance
407 std::vector<std::tuple<VkCommandBuffer, VkFence>> transferQueueCommandBufferPool; member
1308 sVkEmulation->transferQueueCommandBufferPool.resize(0); in createGlobalVkEmulation()3406 for (auto& [commandBuffer, fence] : sVkEmulation->transferQueueCommandBufferPool) { in allocateQueueTransferCommandBuffer_locked()3438 sVkEmulation->transferQueueCommandBufferPool.emplace_back(commandBuffer, fence); in allocateQueueTransferCommandBuffer_locked()3443 static_cast<int>(sVkEmulation->transferQueueCommandBufferPool.size())); in allocateQueueTransferCommandBuffer_locked()