• Home
  • Raw
  • Download

Lines Matching refs:makeCommandPool

241 	const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex));  in iterate()
412 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
585 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
782 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
983 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1250 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1441 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1634 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
1856 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
2063 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
2280 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate()
2623 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, m_queueFamilyIndex)); in iterate()
2889 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, m_queueFamilyIndex)); in iterate()
3190 …const Unique<VkCommandPool> cmdPool1(makeCommandPool(vk, *logicalDevice, queues[0].queueFamilyIn… in iterate()
3197 …const Unique<VkCommandPool> cmdPool2(makeCommandPool(vk, *logicalDevice, queues[1].queueFamilyIn… in iterate()
3391 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate()
3669 const auto cmdPool = vk::makeCommandPool(vkd, device, queueIndex); in iterate()
3737 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in createTest()