/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_job.c | 33 void v3dX(bcl_epilogue)(struct v3d_context *v3d, struct v3d_job *job) in bcl_epilogue() argument
|
H A D | v3d_cl.c | 36 v3d_init_cl(struct v3d_job *job, struct v3d_cl *cl) in v3d_init_cl() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_queue.c | 30 v3dX(job_emit_noop)(struct v3dv_job *job) in job_emit_noop() argument
|
H A D | v3dv_cl.c | 35 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 D | pan_indirect_dispatch.h | 34 mali_ptr job; member
|
H A D | pan_scoreboard.h | 157 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 D | audio_thread_task.cpp | 126 void AudioThreadTask::RegisterJob(std::function<void()> &&job) in RegisterJob() argument
|
/foundation/multimedia/media_foundation/src/osal/task/pthread/ |
H A D | jobutils.cpp | 38 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 D | jobutils.cpp | 37 void SubmitJobOnce(std::function<void()> job) in SubmitJobOnce() argument 44 JobHandle SubmitJobOnceAsync(std::function<void()> job) in SubmitJobOnceAsync() argument
|
H A D | task.cpp | 51 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 D | state_pool_test_helper.h | 26 struct job { struct 36 struct job *job = void_job; in alloc_states() local
|
H A D | state_pool_no_free.c | 33 struct job { struct 44 struct job *job = _job; in alloc_states() local
|
H A D | block_pool_no_free.c | 33 struct job { struct 44 struct job *job = _job; in alloc_blocks() local [all...] |
/third_party/libdrm/tests/tegra/ |
H A D | drm-test-tegra.c | 73 struct drm_tegra_job *job; in drm_tegra_gr2d_fill() local
|
H A D | vic-clear.c | 46 struct drm_tegra_job *job; in main() local
|
H A D | syncpt-timeout.c | 66 struct drm_tegra_job *job; in main() local
|
H A D | syncpt-wait.c | 66 struct drm_tegra_job *job; in main() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenge-job.cc | 19 Task(Isolate* isolate, ScavengeJob* job) in Task() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 29 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 D | vc4_emit.c | 30 struct vc4_job *job = vc4->job; in vc4_emit_state() local [all...] |
/foundation/multimedia/media_foundation/tests/unittest/osal/ |
H A D | task_inner_unit_test.cpp | 134 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 D | lldb_commands.py | 49 def job(debugger, param, *args): function
|
/foundation/multimedia/media_foundation/src/osal/task/ |
H A D | task.cpp | 70 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 D | spooler.c | 41 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 D | pushbuf.c | 62 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...] |