Searched refs:transferQueueCommandBufferPool (Results 1 – 2 of 2) sorted by relevance
426 std::vector<std::tuple<VkCommandBuffer, VkFence>> transferQueueCommandBufferPool; member
1577 sVkEmulation->transferQueueCommandBufferPool.resize(0); in createGlobalVkEmulation()3999 for (auto& [commandBuffer, fence] : sVkEmulation->transferQueueCommandBufferPool) { in allocateQueueTransferCommandBuffer_locked()4031 const int cbIndex = static_cast<int>(sVkEmulation->transferQueueCommandBufferPool.size()); in allocateQueueTransferCommandBuffer_locked()4032 sVkEmulation->transferQueueCommandBufferPool.emplace_back(commandBuffer, fence); in allocateQueueTransferCommandBuffer_locked()