Home
last modified time | relevance | path

Searched refs:transferQueueCommandBufferPool (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h407 std::vector<std::tuple<VkCommandBuffer, VkFence>> transferQueueCommandBufferPool; member
DVkCommonOperations.cpp1308 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()