Home
last modified time | relevance | path

Searched defs:thread_index (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/aicpu_sharder/
Daicpu_context.cc49 std::map<std::string, std::string> &GetThreadCtx(aicpu::CtxType type, uint32_t thread_index) { in GetThreadCtx()
101 status_t SetAicpuThreadIndex(uint32_t thread_index) { in SetAicpuThreadIndex()
122 status_t GetOpname(uint32_t thread_index, std::string *opname) { in GetOpname()
188 …d::map<std::string, std::string> &GetAllThreadCtxInfo(aicpu::CtxType type, uint32_t thread_index) { in GetAllThreadCtxInfo()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.c17 retire_execute(void *job, void *gdata, int thread_index) in retire_execute()
27 retire_cleanup(void *job, void *gdata, int thread_index) in retire_cleanup()
/third_party/mesa3d/src/util/
Du_queue.c231 int thread_index; member
238 int thread_index = ((struct thread_input*)input)->thread_index; in util_queue_thread_func() local
730 util_queue_get_thread_time_nano(struct util_queue *queue, unsigned thread_index) in util_queue_get_thread_time_nano()
Ddisk_cache.c422 destroy_put_job(void *job, void *gdata, int thread_index) in destroy_put_job()
432 destroy_put_job_nocopy(void *job, void *gdata, int thread_index) in destroy_put_job_nocopy()
444 cache_put(void *job, void *gdata, int thread_index) in cache_put()
/third_party/mesa3d/src/mesa/main/
Dglthread.c106 glthread_unmarshal_batch(void *job, void *gdata, int thread_index) in glthread_unmarshal_batch()
188 glthread_thread_initialization(void *job, void *gdata, int thread_index) in glthread_thread_initialization()
/third_party/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c159 int thread_index; in stress_malloc() local
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c235 create_initial_variants_async(void *job, void *gdata, int thread_index) in create_initial_variants_async()
246 create_initial_compute_variants_async(void *job, void *gdata, int thread_index) in create_initial_compute_variants_async()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dno_repeat_ngram_impl.cu78 …for (size_t thread_index = threadIdx.x; thread_index < total_threads; thread_index += blockDim.x) { in reassign_probability_no_shared() local
/third_party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp80 int thread_index in set_group_affinity()
Dastcenc_entry.cpp834 unsigned int thread_index, in compress_image()
1119 unsigned int thread_index in astcenc_compress_image()
1272 unsigned int thread_index in astcenc_decompress_image()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp.c233 fd_submit_sp_flush_execute(void *job, void *gdata, int thread_index) in fd_submit_sp_flush_execute()
251 fd_submit_sp_flush_cleanup(void *job, void *gdata, int thread_index) in fd_submit_sp_flush_cleanup()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c801 optimized_compile_job(void *data, void *gdata, int thread_index) in optimized_compile_job()
817 optimized_shobj_compile_job(void *data, void *gdata, int thread_index) in optimized_shobj_compile_job()
1231 create_linked_separable_job(void *data, void *gdata, int thread_index) in create_linked_separable_job()
1494 precompile_compute_job(void *data, void *gdata, int thread_index) in precompile_compute_job()
2183 gfx_program_precompile_job(void *data, void *gdata, int thread_index) in gfx_program_precompile_job()
2286 gfx_shader_init_job(void *data, void *gdata, int thread_index) in gfx_shader_init_job()
Dzink_batch.c579 post_submit(void *data, void *gdata, int thread_index) in post_submit()
613 submit_queue(void *data, void *gdata, int thread_index) in submit_queue()
Dzink_screen.c371 cache_put_job(void *data, void *gdata, int thread_index) in cache_put_job()
418 cache_get_job(void *data, void *gdata, int thread_index) in cache_get_job()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dstridedslice_cpu_kernel.cc210 int thread_index = 0; in ParallelRun() local
Dstridedslice_v2_cpu_kernel.cc609 int thread_index = 0; in ParallelRun() local
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise11.c170 int thread_index; in stress_alloc_offl() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h98 unsigned thread_index; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c510 create_initial_variants_async(void *job, void *gdata, int thread_index) in create_initial_variants_async()
/third_party/mesa3d/src/util/perf/
Du_trace.c645 process_chunk(void *job, void *gdata, int thread_index) in process_chunk()
751 cleanup_chunk(void *job, void *gdata, int thread_index) in cleanup_chunk()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c479 void radeon_drm_cs_emit_ioctl_oneshot(void *job, void *gdata, int thread_index) in radeon_drm_cs_emit_ioctl_oneshot()
/third_party/rust/rust/src/tools/clippy/lintcheck/src/
Dmain.rs320 let thread_index = index % config.max_jobs; in run_clippy_lints() localVariable
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo_compute.c807 create_conversion_shader_async(void *data, void *gdata, int thread_index) in create_conversion_shader_async()
816 create_spec_shader_async(void *data, void *gdata, int thread_index) in create_spec_shader_async()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp2941 static void si_build_shader_variant(struct si_shader *shader, int thread_index, bool low_priority) in si_build_shader_variant()
2983 static void si_build_shader_variant_low_priority(void *job, void *gdata, int thread_index) in si_build_shader_variant_low_priority()
3377 static void si_init_shader_selector_async(void *job, void *gdata, int thread_index) in si_init_shader_selector_async()
Dsi_compute.c89 static void si_create_compute_state_async(void *job, void *gdata, int thread_index) in si_create_compute_state_async()

12