Home
last modified time | relevance | path

Searched defs:job (Results 1 - 25 of 141) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_job.c33 void v3dX(bcl_epilogue)(struct v3d_context *v3d, struct v3d_job *job) in bcl_epilogue() argument
H A Dv3d_cl.c36 v3d_init_cl(struct v3d_job *job, struct v3d_cl *cl) in v3d_init_cl() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_queue.c30 v3dX(job_emit_noop)(struct v3dv_job *job) in job_emit_noop() argument
H A Dv3dv_cl.c35 v3dv_cl_init(struct v3dv_job *job, struct v3dv_cl *cl) in v3dv_cl_init() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_dispatch.h34 mali_ptr job; member
H A Dpan_scoreboard.h157 panfrost_add_job(struct pan_pool *pool, struct pan_scoreboard *scoreboard, enum mali_job_type type, bool barrier, bool suppress_prefetch, unsigned local_dep, unsigned global_dep, const struct panfrost_ptr *job, bool inject) panfrost_add_job() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_thread_task.cpp126 void AudioThreadTask::RegisterJob(std::function<void()> &&job) in RegisterJob() argument
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Djobutils.cpp38 void SubmitJobOnce(std::function<void()> job) in SubmitJobOnce() argument
44 JobHandle SubmitJobOnceAsync(std::function<void()> job) in SubmitJobOnceAsync() argument
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Djobutils.cpp37 void SubmitJobOnce(std::function<void()> job) in SubmitJobOnce() argument
44 JobHandle SubmitJobOnceAsync(std::function<void()> job) in SubmitJobOnceAsync() argument
H A Dtask.cpp51 Task::Task(std::string name, std::function<void()> job, TaskPriority priority) in Task() argument
144 void Task::RegisterJob(std::function<void()> job) in RegisterJob() argument
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_test_helper.h26 struct job { struct
36 struct job *job = void_job; in alloc_states() local
H A Dstate_pool_no_free.c33 struct job { struct
44 struct job *job = _job; in alloc_states() local
H A Dblock_pool_no_free.c33 struct job { struct
44 struct job *job = _job; in alloc_blocks() local
[all...]
/third_party/libdrm/tests/tegra/
H A Ddrm-test-tegra.c73 struct drm_tegra_job *job; in drm_tegra_gr2d_fill() local
H A Dvic-clear.c46 struct drm_tegra_job *job; in main() local
H A Dsyncpt-timeout.c66 struct drm_tegra_job *job; in main() local
H A Dsyncpt-wait.c66 struct drm_tegra_job *job; in main() local
/third_party/node/deps/v8/src/heap/
H A Dscavenge-job.cc19 Task(Isolate* isolate, ScavengeJob* job) in Task() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_cl.c29 vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl) in vc4_init_cl() argument
60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo) in vc4_gem_hindex() argument
[all...]
H A Dvc4_emit.c30 struct vc4_job *job = vc4->job; in vc4_emit_state() local
[all...]
/foundation/multimedia/media_foundation/tests/unittest/osal/
H A Dtask_inner_unit_test.cpp134 std::function<int64_t()> job = []() { in HWTEST_F() local
164 std::function<int64_t()> job = []() { in HWTEST_F() local
/third_party/node/deps/v8/tools/
H A Dlldb_commands.py49 def job(debugger, param, *args): function
/foundation/multimedia/media_foundation/src/osal/task/
H A Dtask.cpp70 void Task::RegisterJob(const std::function<int64_t()>& job) in RegisterJob() argument
75 void Task::SubmitJobOnce(const std::function<void()>& job, int64_t delayUs, bool wait) in SubmitJobOnce() argument
80 void Task::SubmitJob(const std::function<void()>& job, int64_t delayUs, bool wait) in SubmitJob() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Dspooler.c41 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_cups() argument
107 int find_ppdfile(const char *user_default_path, jobparams_t *job) in find_ppdfile() argument
168 find_default_printer(const char *user_default_path, jobparams_t *job) find_default_printer() argument
195 init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job) init_direct() argument
[all...]
/third_party/libdrm/tegra/
H A Dpushbuf.c62 struct drm_tegra_job *job = pushbuf->job; in drm_tegra_pushbuf_begin() local
130 struct drm_tegra_job *job = pushbuf->job; in drm_tegra_pushbuf_relocate() local
162 struct drm_tegra_job *job = pushbuf->job; drm_tegra_pushbuf_sync() local
[all...]

Completed in 7 milliseconds

123456