Lines Matching refs:commandPool
103 vk::VkCommandPool commandPool,
333 const vk::VkCommandPool commandPool, in allocateCommandBuffers() argument
340 …ferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level))); in allocateCommandBuffers()
404 …const vk::Unique<vk::VkCommandPool> commandPool (createCommandPool(vkd, device, vk::VK_COMMAN… in iterate() local
417 …return run(vkd, device, devHelper.queue, commandPool.get(), swapchain.get(), swapchainImages.size(… in iterate()
464 vk::VkCommandPool commandPool,
516 …erface& vkd, vk::VkDevice device, vk::VkQueue queue, vk::VkCommandPool commandPool, vk::VkSwapchai… in run() argument
519 FrameStreamObjects frameStreamObjects (vkd, device, commandPool, maxQueuedFrames); in run()
931 …const vk::Unique<vk::VkCommandPool> commandPool (createCommandPool(vkd, device, vk::VK_COMMAN… in iterate() local
955 FrameStreamObjects frameStreamObjects1 (vkd, device, commandPool.get(), maxQueuedFrames); in iterate()
956 FrameStreamObjects frameStreamObjects2 (vkd, device, commandPool.get(), maxQueuedFrames); in iterate()