Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglthread.c44 glthread_unmarshal_batch(void *job, int thread_index) in glthread_unmarshal_batch()
60 glthread_thread_initialization(void *job, int thread_index) in glthread_thread_initialization()
/external/mesa3d/src/util/
Du_queue.c230 int thread_index; member
237 int thread_index = ((struct thread_input*)input)->thread_index; in util_queue_thread_func() local
557 util_queue_get_thread_time_nano(struct util_queue *queue, unsigned thread_index) in util_queue_get_thread_time_nano()
Ddisk_cache.c821 destroy_put_job(void *job, int thread_index) in destroy_put_job()
837 cache_put(void *job, int thread_index) in cache_put()
/external/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c208 int thread_index; in stress_malloc() local
/external/google-breakpad/src/processor/
Dstackwalk_common.cc847 for (int thread_index = 0; thread_index < thread_count; ++thread_index) { in PrintProcessState() local
920 for (int thread_index = 0; thread_index < thread_count; ++thread_index) { in PrintProcessStateMachineReadable() local
Dminidump_processor.cc159 for (unsigned int thread_index = 0; in Process() local
Dminidump.cc1611 for (unsigned int thread_index = 0; in Read() local
1684 for (unsigned int thread_index = 0; in Print() local
/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c116 int thread_index = ffs(c->threads) - 1; in v3d_register_allocate() local
/external/tensorflow/tensorflow/core/profiler/internal/
Dtraceme_recorder_test.cc172 int thread_index = 0; in TEST() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cc98 volatile uptr thread_index; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h98 unsigned thread_index; member
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.cc85 int64 thread_index, const InstantiatedCapturedFunction& inst_captured_func, in MakeIteratorFromInputElement()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c1434 int thread_index, in si_build_shader_variant()
1478 static void si_build_shader_variant_low_priority(void *job, int thread_index) in si_build_shader_variant_low_priority()
1527 int thread_index) in si_shader_select_with_key()
1782 static void si_init_shader_selector_async(void *job, int thread_index) in si_init_shader_selector_async()
Dsi_compute.c85 static void si_create_compute_state_async(void *job, int thread_index) in si_create_compute_state_async()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.cu.cc184 int32 thread_index = threadIdx.x; in BiasGradNCHW_SharedAtomics() local
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c447 void radeon_drm_cs_emit_ioctl_oneshot(void *job, int thread_index) in radeon_drm_cs_emit_ioctl_oneshot()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc613 const int64 thread_index) { in WorkerThread()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1206 void amdgpu_cs_submit_ib(void *job, int thread_index) in amdgpu_cs_submit_ib()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1508 int thread_index; local
/external/autotest/client/tests/aiostress/
Daio-stress.c1467 int thread_index; local
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h665 const int thread_index; variable
/external/google-benchmark/include/benchmark/
Dbenchmark.h665 const int thread_index; variable
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c83 tc_batch_execute(void *job, UNUSED int thread_index) in tc_batch_execute()