Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp294 for (auto& cmdPoolRef : commandPools) { in ~NodeContextPoolManagerVk() local
295 if (cmdPoolRef.commandBuffer.semaphore) { in ~NodeContextPoolManagerVk()
297 cmdPoolRef.commandBuffer.semaphore, // semaphore in ~NodeContextPoolManagerVk()
300 if (cmdPoolRef.commandPool) { in ~NodeContextPoolManagerVk()
302 cmdPoolRef.commandPool, // commandPool in ~NodeContextPoolManagerVk()
348 for (const auto& cmdPoolRef : commandPools_) { in BeginBackendFrame() local
350 … VulkanHandleCast<uint64_t>(cmdPoolRef.commandBuffer.commandBuffer), debugName_ + "_cmd_buf"); in BeginBackendFrame()
353 for (const auto& cmdPoolRef : commandSecondaryPools_) { in BeginBackendFrame() local
355 …VulkanHandleCast<uint64_t>(cmdPoolRef.commandBuffer.commandBuffer), debugName_ + "_secondary_cmd_b… in BeginBackendFrame()