Searched refs:getCommandPool (Results 1 – 7 of 7) sorted by relevance
316 contextVk, contextVk->getCommandPool(), commandBufferOut); in recordCommands()323 contextVk, contextVk->getCommandPool(), commandBufferOut)); in recordCommands()494 ANGLE_TRY(InitAndBeginCommandBuffer(context, context->getCommandPool(), inheritanceInfo, in beginInsideRenderPassRecording()
401 PersistentCommandPool &getCommandPool(bool hasProtectedContent) in getCommandPool() function
837 PersistentCommandPool &commandPool = getCommandPool(batch.hasProtectedContent); in retireFinishedCommands()1118 PersistentCommandPool &commandPool = getCommandPool(hasProtectedContent); in ensurePrimaryCommandBufferValid()
406 const vk::CommandPool &getCommandPool() const;
5346 const vk::CommandPool &ContextVk::getCommandPool() const in getCommandPool() function in rx::ContextVk
988 vk::VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::memory::__anon58c89e6c0111::Context1838 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()2318 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()2488 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()2598 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()2733 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()2983 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()3168 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()3391 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare()3506 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify()[all …]
72 VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::api::__anon9dadf1fd0111::CommandBufferBareTestEnvironment