Home
last modified time | relevance | path

Searched refs:ContextCommandPoolVk (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.h42 struct ContextCommandPoolVk { struct
72 const ContextCommandPoolVk& GetContextCommandPool() const;
73 const ContextCommandPoolVk& GetContextSecondaryCommandPool() const;
84 BASE_NS::vector<ContextCommandPoolVk> commandPools_;
85 BASE_NS::vector<ContextCommandPoolVk> commandSecondaryPools_;
H A Dnode_context_pool_manager_vk.cpp220 ContextCommandPoolVk CreateContextCommandPool( in CreateContextCommandPool()
237 ContextCommandPoolVk ctxPool; in CreateContextCommandPool()
395 const ContextCommandPoolVk& NodeContextPoolManagerVk::GetContextCommandPool() const in GetContextCommandPool()
403 const ContextCommandPoolVk& NodeContextPoolManagerVk::GetContextSecondaryCommandPool() const in GetContextSecondaryCommandPool()
H A Drender_backend_vk.cpp690 const ContextCommandPoolVk& ptrCmdPool = in RenderPrimaryRenderPass()
854 const ContextCommandPoolVk* ptrCmdPool = nullptr; in RenderSingleCommandList()