Home
last modified time | relevance | path

Searched defs:task (Results 876 - 900 of 1174) sorted by relevance

1...<<31323334353637383940>>...47

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c95 lp_rast_tile_begin(struct lp_rasterizer_task *task, in lp_rast_tile_begin() argument
135 lp_rast_clear_color(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_clear_color() argument
183 lp_rast_clear_zstencil(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_clear_zstencil() argument
298 lp_rast_shade_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_shade_tile() argument
390 lp_rast_shade_tile_opaque(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_shade_tile_opaque() argument
411 lp_rast_shade_quads_mask_sample(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, uint64_t mask) lp_rast_shade_quads_mask_sample() argument
492 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, unsigned mask) lp_rast_shade_quads_mask() argument
509 lp_rast_blit_tile_to_dest(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_blit_tile_to_dest() argument
609 lp_rast_blit_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_blit_tile() argument
624 lp_rast_begin_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_begin_query() argument
654 lp_rast_end_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_end_query() argument
684 lp_rast_set_state(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_set_state() argument
695 lp_rast_tile_end(struct lp_rasterizer_task *task) lp_rast_tile_end() argument
937 blit_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) blit_rasterize_bin() argument
952 tri_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin, int x, int y) tri_rasterize_bin() argument
967 debug_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) debug_rasterize_bin() argument
987 rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin, int x, int y) rasterize_bin() argument
1042 rasterize_scene(struct lp_rasterizer_task *task, struct lp_scene *scene) rasterize_scene() argument
1170 struct lp_rasterizer_task *task = (struct lp_rasterizer_task *) init_data; thread_function() local
1277 struct lp_rasterizer_task *task = &rast->tasks[i]; lp_rast_create() local
[all...]
H A Dlp_rast_tri.c42 block_full_4(struct lp_rasterizer_task *task, in block_full_4() argument
54 block_full_16(struct lp_rasterizer_task *task, in block_full_16() argument
109 lp_rast_triangle_3_16(struct lp_rasterizer_task *task, in lp_rast_triangle_3_16() argument
119 lp_rast_triangle_3_4(struct lp_rasterizer_task *task, in lp_rast_triangle_3_4() argument
126 lp_rast_triangle_4_16(struct lp_rasterizer_task *task, in lp_rast_triangle_4_16() argument
136 lp_rast_triangle_ms_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_ms_3_16() argument
146 lp_rast_triangle_ms_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_ms_3_4() argument
153 lp_rast_triangle_ms_4_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_ms_4_16() argument
292 lp_rast_triangle_32_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_16() argument
404 lp_rast_triangle_32_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_4() argument
575 lp_rast_triangle_32_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_16() argument
705 lp_rast_triangle_32_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_16() argument
717 lp_rast_triangle_32_4_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_4_16() argument
727 lp_rast_triangle_32_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_triangle_32_3_4() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-platform.h93 virtual void PostNonNestableTask(std::unique_ptr<Task> task) {} in PostNonNestableTask() argument
119 PostNonNestableDelayedTask(std::unique_ptr<Task> task, double delay_in_seconds) PostNonNestableDelayedTask() argument
955 CallBlockingTaskOnWorkerThread(std::unique_ptr<Task> task) CallBlockingTaskOnWorkerThread() argument
964 CallLowPriorityTaskOnWorkerThread(std::unique_ptr<Task> task) CallLowPriorityTaskOnWorkerThread() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h590 std::unique_ptr<BackgroundCompileTask> task; member
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc278 auto task = MakeCancelableTask(isolate_, [this, execution] { in ScheduleGCTask() local
H A Dsweeper.cc687 auto task = std::make_unique<IterabilityTask>(heap_->isolate(), this, in StartIterabilityTasks() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc63 std::shared_ptr<Task> task = GetNext(); in Run() local
82 Append(base::Semaphore* ready_semaphore, Functor&& task) Append() argument
94 std::shared_ptr<Task> task; GetNext() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.cc128 auto task = in Post() local
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc188 auto task = std::make_unique<ResolveAsyncWaiterPromisesTask>( in NotifyAsyncWaiter() local
575 auto task = std::make_unique<AsyncWaiterTimeoutTask>( in WaitAsync() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc310 void V8InspectorImpl::asyncTaskScheduled(StringView taskName, void* task, in asyncTaskScheduled() argument
316 void V8InspectorImpl::asyncTaskCanceled(void* task) { in asyncTaskCanceled() argument
321 void V8InspectorImpl::asyncTaskStarted(void* task) { in asyncTaskStarted() argument
326 void V8InspectorImpl::asyncTaskFinished(void* task) { in asyncTaskFinished() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp81 Task* const task = m_tasks.popBack(); in run() local
127 void TaskExecutor::submit (Task* task) in submit() argument
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp429 sk_sp<GrRenderTask>& task = fDAG[i]; reorderTasks() local
455 insertTaskBeforeLast(sk_sp<GrRenderTask> task) insertTaskBeforeLast() argument
470 appendTask(sk_sp<GrRenderTask> task) appendTask() argument
579 GrRenderTask* task = this->getLastRenderTask(proxy); getLastOpsTask() local
766 GrRenderTask* task = this->insertTaskBeforeLast(sk_make_sp<GrTextureResolveRenderTask>()); newTextureResolveRenderTask() local
828 GrRenderTask* task = this->appendTask(sk_make_sp<GrTransferFromRenderTask>( newTransferFromRenderTask() local
866 sk_sp<GrRenderTask> task = GrCopyRenderTask::Make(this, newCopyRenderTask() local
912 GrRenderTask* task = this->appendTask(GrWritePixelsTask::Make(this, newWritePixelsTask() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DQueue.cpp214 std::unique_ptr<SubmittedWorkDone> task = in APIOnSubmittedWorkDone() local
224 void QueueBase::TrackTask(std::unique_ptr<TaskInFlight> task, ExecutionSerial serial) { in TrackTask() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp168 void Scheduler::enqueue(Task&& task) { in enqueue() argument
542 void Scheduler::Worker::enqueue(Task&& task) { in enqueue() argument
547 void Scheduler::Worker::enqueueAndUnlock(Task&& task) { in enqueueAndUnlock() argument
703 auto task = containers::take(work.tasks); runUntilIdle() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktBuildPrograms.cpp81 Task* const task = m_tasks.popBack(); in run() local
127 void TaskExecutor::submit (Task* task) in submit() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp323 bool PGOMethodInfoMap::ProcessToBinary(PGOContext &context, ProfileTypeRef recordProfileRef, const SaveTask *task, in ProcessToBinary() argument
807 ProcessToBinary( const SaveTask *task, std::fstream &fileStream, PGOProfilerHeader *const header) ProcessToBinary() argument
847 ProcessToBinaryForLayout( NativeAreaAllocator *allocator, const SaveTask *task, std::fstream &stream) ProcessToBinaryForLayout() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp345 void PandaEtsVM::HandleReferences(const GCTask &task, const mem::GC::ReferenceClearPredicateT &pred) in HandleReferences() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.cpp155 auto task = MakePandaUnique<GCTask>(GCTaskCause::NATIVE_ALLOC_CAUSE, time::GetCurrentTimeInNanos()); in TriggerGCForNative() local
294 bool GC::GCPhasesPreparation(const GCTask &task) in GCPhasesPreparation() argument
328 void GC::GCPhasesFinish(const GCTask &task) in GCPhasesFinish() argument
354 RunPhases(GCTask &task) RunPhases() argument
470 ProcessReferences(GCPhase gcPhase, const GCTask &task, const ReferenceClearPredicateT &pred) ProcessReferences() argument
613 auto task = MakePandaUnique<PostForkGCTask>(GCTaskCause::STARTUP_COMPLETE_CAUSE, PreStartup() local
621 AddGCTask(bool isManaged, PandaUniquePtr<GCTask> task) AddGCTask() argument
729 WaitForGC(GCTask task) WaitForGC() argument
761 WaitForGCInManaged(const GCTask &task) WaitForGCInManaged() argument
822 WaitForGCOnPygoteFork(const GCTask &task) WaitForGCOnPygoteFork() argument
1007 FireGCStarted(const GCTask &task, size_t bytesInHeapBeforeGc) FireGCStarted() argument
1014 FireGCFinished(const GCTask &task, size_t bytesInHeapBeforeGc, size_t bytesInHeapAfterGc) FireGCFinished() argument
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp657 auto task = [this] { in OnLoad() local
1139 auto task = [this, info] { in CheckFaultLogAsync() local
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp901 static void PrintTaskInfo(const PersistTaskInfo& task) in PrintTaskInfo() argument
[all...]
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp669 PersistTaskInfo &task = rsp.taskInfo[rsp.jobNum]; in HandlePersistQueryRqst() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp585 auto task = [entry]() { in OnInputStart() local
621 auto task = [entry]() { JsCallbackHandler::Traverse(entry->vecCopy); }; in OnKeyboardStatus() local
637 auto task = [entry]() { JsCallbackHandler::Traverse(entry->vecCopy); }; in OnInputStop() local
654 auto task = [entry]() { in OnSetCallingWindow() local
683 auto task = [entry]() { in OnSetSubtype() local
752 auto task = [entry]() { ReceivePrivateCommand() local
839 PostTaskToEventHandler(std::function<void()> task, const std::string &taskName) PostTaskToEventHandler() argument
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp506 auto task = [this, textConfig]() { in InvokeStartInputCallback() local
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp499 auto task = [param = std::move(param)]() { in OnResult() local
543 auto task = [param = std::move(param)]() { in OnAcquireInfo() local
/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp90 FFRTTask task = [this]() { in Init() local
257 FFRTTask task = [this]() { ScreenOffDelay(displayId_, displayState_, displayReason_); }; in SetDisplayState() local

Completed in 34 milliseconds

1...<<31323334353637383940>>...47