Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.c35 retire_execute(void *job, void *gdata, int thread_index) in retire_execute()
44 retire_cleanup(void *job, void *gdata, int thread_index) in retire_cleanup()
/third_party/mesa3d/src/mesa/main/
Dglthread.c46 glthread_unmarshal_batch(void *job, void *gdata, int thread_index) in glthread_unmarshal_batch()
84 glthread_thread_initialization(void *job, void *gdata, int thread_index) in glthread_thread_initialization()
/third_party/mesa3d/src/util/
Ddisk_cache.c322 destroy_put_job(void *job, void *gdata, int thread_index) in destroy_put_job()
332 destroy_put_job_nocopy(void *job, void *gdata, int thread_index) in destroy_put_job_nocopy()
340 cache_put(void *job, void *gdata, int thread_index) in cache_put()
Du_queue.c243 int thread_index; member
250 int thread_index = ((struct thread_input*)input)->thread_index; in util_queue_thread_func() local
707 util_queue_get_thread_time_nano(struct util_queue *queue, unsigned thread_index) in util_queue_get_thread_time_nano()
/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.c245 create_initial_variants_async(void *job, void *gdata, int thread_index) in create_initial_variants_async()
254 create_initial_compute_variants_async(void *job, void *gdata, int thread_index) in create_initial_compute_variants_async()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp.c201 fd_submit_sp_flush_execute(void *job, void *gdata, int thread_index) in fd_submit_sp_flush_execute()
219 fd_submit_sp_flush_cleanup(void *job, void *gdata, int thread_index) in fd_submit_sp_flush_cleanup()
/third_party/astc-encoder/Source/
Dastcenc_entry.cpp828 unsigned int thread_index, in compress_image()
1070 unsigned int thread_index in astcenc_compress_image()
1192 unsigned int thread_index in astcenc_decompress_image()
Dastcenccli_platform_dependents.cpp80 int thread_index in set_group_affinity()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c342 post_submit(void *data, void *gdata, int thread_index) in post_submit()
360 submit_queue(void *data, void *gdata, int thread_index) in submit_queue()
Dzink_screen.c215 cache_put_job(void *data, void *gdata, int thread_index) in cache_put_job()
252 cache_get_job(void *data, void *gdata, int thread_index) in cache_get_job()
/third_party/mesa3d/src/util/perf/
Du_trace.c480 process_chunk(void *job, void *gdata, int thread_index) in process_chunk()
560 cleanup_chunk(void *job, void *gdata, int thread_index) in cleanup_chunk()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h98 unsigned thread_index; member
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise11.c170 int thread_index; in stress_alloc_offl() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c468 create_initial_variants_async(void *job, void *gdata, int thread_index) in create_initial_variants_async()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c488 void radeon_drm_cs_emit_ioctl_oneshot(void *job, void *gdata, int thread_index) in radeon_drm_cs_emit_ioctl_oneshot()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp2514 static void si_build_shader_variant(struct si_shader *shader, int thread_index, bool low_priority) in si_build_shader_variant()
2556 static void si_build_shader_variant_low_priority(void *job, void *gdata, int thread_index) in si_build_shader_variant_low_priority()
2950 static void si_init_shader_selector_async(void *job, void *gdata, int thread_index) in si_init_shader_selector_async()
Dsi_compute.c110 static void si_create_compute_state_async(void *job, void *gdata, int thread_index) in si_create_compute_state_async()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1270 UNUSED int thread_index) in iris_threaded_compile_job_delete()
2548 iris_compile_shader(void *_job, UNUSED void *_gdata, UNUSED int thread_index) in iris_compile_shader()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1301 int thread_index; in run() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1407 static void amdgpu_cs_submit_ib(void *job, void *gdata, int thread_index) in amdgpu_cs_submit_ib()
/third_party/benchmark/include/benchmark/
Dbenchmark.h923 int thread_index() const { return thread_index_; } in thread_index() function
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h816 int thread_index; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c191 tc_batch_execute(void *job, UNUSED void *gdata, int thread_index) in tc_batch_execute()