/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | parallel_task_queue.cpp | 112 …array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask::Ptr&& ta… in SubmitAfter() argument 115 …afterIdentifiers.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 D | parallel_impl.cpp | 40 …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 D | sequential_impl.cpp | 40 …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 D | dispatcher_impl.cpp | 45 …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 D | sequential_task_queue.cpp | 64 …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 D | dispatcher_task_queue.cpp | 81 …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 D | parallel_impl.h | 34 void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, in CORE_BEGIN_NAMESPACE()
|
H A D | sequential_impl.h | 34 void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, in CORE_BEGIN_NAMESPACE()
|
H A D | dispatcher_impl.h | 36 void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, in CORE_BEGIN_NAMESPACE()
|
H A D | dispatcher_task_queue.h | 48 …BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask:… in CORE_BEGIN_NAMESPACE()
|
H A D | parallel_task_queue.h | 44 …BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdentifier, IThreadPool::ITask:… in CORE_BEGIN_NAMESPACE()
|
H A D | sequential_task_queue.h | 50 …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 D | render_backend_vk.cpp | 580 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 D | intf_thread_pool.h | 129 …virtual void SubmitAfter(BASE_NS::array_view<const uint64_t> afterIdentifiers, uint64_t taskIdenti…
|