Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp469 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()
DCommandProcessor.h143 CommandPool *getCommandPool() const { return mCommandPool; } in getCommandPool() function
431 PersistentCommandPool &getCommandPool(bool hasProtectedContent) in getCommandPool() function
DContextVk.h449 const vk::CommandPool &getCommandPool() const;
Dvk_helpers.h1062 CommandPool *getCommandPool() { return mCommandPool; } in getCommandPool() function
DContextVk.cpp5656 const vk::CommandPool &ContextVk::getCommandPool() const in getCommandPool() function in rx::ContextVk
Dvk_helpers.cpp2149 CommandPool *pool = (*commandBuffer)->getCommandPool(); in recycleImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp988 vk::VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::memory::__anonec8724850111::Context
1841 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp72 VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool() function in vkt::api::__anon116812360111::CommandBufferBareTestEnvironment