Home
last modified time | relevance | path

Searched refs:getCommandPool (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp316 contextVk, contextVk->getCommandPool(), commandBufferOut); in recordCommands()
323 contextVk, contextVk->getCommandPool(), commandBufferOut)); in recordCommands()
494 ANGLE_TRY(InitAndBeginCommandBuffer(context, context->getCommandPool(), inheritanceInfo, in beginInsideRenderPassRecording()
DCommandProcessor.h401 PersistentCommandPool &getCommandPool(bool hasProtectedContent) in getCommandPool() function
DCommandProcessor.cpp837 PersistentCommandPool &commandPool = getCommandPool(batch.hasProtectedContent); in retireFinishedCommands()
1118 PersistentCommandPool &commandPool = getCommandPool(hasProtectedContent); in ensurePrimaryCommandBufferValid()
DContextVk.h406 const vk::CommandPool &getCommandPool() const;
DContextVk.cpp5346 const vk::CommandPool &ContextVk::getCommandPool() const in getCommandPool() function in rx::ContextVk
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp988 vk::VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::memory::__anon58c89e6c0111::Context
1838 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 …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp72 VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::api::__anon9dadf1fd0111::CommandBufferBareTestEnvironment