Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dparallel_task_queue.cpp112 …array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask::Ptr&& ta… in SubmitAfter() argument
115afterIdentifiers.cbegin(), afterIdentifiers.cend(), [&tasks = tasks_](const uint64_t afterIdentifi… in SubmitAfter()
120 …entry.dependencies.insert(entry.dependencies.cend(), afterIdentifiers.begin(), afterIdentifiers.en… in SubmitAfter()
H A Dparallel_impl.cpp40 …array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask::Ptr&& ta… in SubmitAfter() argument
42 queue_.SubmitAfter(afterIdentifiers, taskIdentifier, move(task)); in SubmitAfter()
H A Dsequential_impl.cpp40 …array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask::Ptr&& ta… in SubmitAfter() argument
42 queue_.SubmitAfter(afterIdentifiers, taskIdentifier, move(task)); in SubmitAfter()
H A Ddispatcher_impl.cpp45 …array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask::Ptr&& ta… in SubmitAfter() argument
47 queue_.SubmitAfter(afterIdentifiers, taskIdentifier, move(task)); in SubmitAfter()
H A Dsequential_task_queue.cpp64 …BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask:… in SubmitAfter() argument
67 for (const auto afterIdentifier : afterIdentifiers) { in SubmitAfter()
H A Ddispatcher_task_queue.cpp81 …BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask:… in SubmitAfter() argument
84 for (const auto afterIdentifier : afterIdentifiers) { in SubmitAfter()
H A Dparallel_impl.h34 void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, in CORE_BEGIN_NAMESPACE()
H A Dsequential_impl.h34 void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, in CORE_BEGIN_NAMESPACE()
H A Ddispatcher_impl.h36 void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, in CORE_BEGIN_NAMESPACE()
H A Ddispatcher_task_queue.h48 …BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask:… in CORE_BEGIN_NAMESPACE()
H A Dparallel_task_queue.h44 …BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask:… in CORE_BEGIN_NAMESPACE()
H A Dsequential_task_queue.h50 …BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask:… in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp580 vector<uint64_t> afterIdentifiers; in RenderProcessCommandLists() local
581 afterIdentifiers.reserve(1u); // need for swapchain acquire wait in RenderProcessCommandLists()
591 afterIdentifiers.clear(); in RenderProcessCommandLists()
594 afterIdentifiers.push_back(acquireTaskIdendifier); in RenderProcessCommandLists()
602 afterIdentifiers.reserve(afterIdentifiers.size() + rcCount); in RenderProcessCommandLists()
605 afterIdentifiers.push_back(submitId); in RenderProcessCommandLists()
607 queue_->SubmitAfter(afterIdentifiers, submitId, in RenderProcessCommandLists()
620 … queue_->SubmitAfter(array_view<const uint64_t>(afterIdentifiers.data(), afterIdentifiers.size()), in RenderProcessCommandLists()
630 … queue_->SubmitAfter(array_view<const uint64_t>(afterIdentifiers.data(), afterIdentifiers.size()), in RenderProcessCommandLists()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/threading/
H A Dintf_thread_pool.h129 …virtual void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdenti…