Searched refs:getCommandPool (Results 1 – 8 of 8) sorted by relevance
469 task->getCommandPool(), task->getQueueSerial())); in processTask()770 return mRenderer->getCommandBufferHelper(context, false, (*outsideRPCommands)->getCommandPool(), in flushOutsideRPCommands()785 return mRenderer->getCommandBufferHelper(context, true, (*renderPassCommands)->getCommandPool(), in flushRenderPassCommands()885 PersistentCommandPool &commandPool = getCommandPool(batch.hasProtectedContent); in retireFinishedCommands()1153 PersistentCommandPool &commandPool = getCommandPool(hasProtectedContent); in ensurePrimaryCommandBufferValid()
143 CommandPool *getCommandPool() const { return mCommandPool; } in getCommandPool() function431 PersistentCommandPool &getCommandPool(bool hasProtectedContent) in getCommandPool() function
449 const vk::CommandPool &getCommandPool() const;
1062 CommandPool *getCommandPool() { return mCommandPool; } in getCommandPool() function
5656 const vk::CommandPool &ContextVk::getCommandPool() const in getCommandPool() function in rx::ContextVk
2149 CommandPool *pool = (*commandBuffer)->getCommandPool(); in recycleImpl()
988 vk::VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::memory::__anonec8724850111::Context1841 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()2322 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()2492 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()2602 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()2737 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()2987 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()3172 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()3395 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()3510 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()[all …]
72 VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::api::__anon116812360111::CommandBufferBareTestEnvironment