Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglthread.c45 glthread_unmarshal_batch(void *job, int thread_index) in glthread_unmarshal_batch()
68 glthread_thread_initialization(void *job, int thread_index) in glthread_thread_initialization()
/external/mesa3d/src/util/
Du_queue.c247 int thread_index; member
254 int thread_index = ((struct thread_input*)input)->thread_index; in util_queue_thread_func() local
693 util_queue_get_thread_time_nano(struct util_queue *queue, unsigned thread_index) in util_queue_get_thread_time_nano()
Ddisk_cache.c287 destroy_put_job(void *job, int thread_index) in destroy_put_job()
298 cache_put(void *job, int thread_index) in cache_put()
/external/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c159 int thread_index; in stress_malloc() local
/external/pthreadpool/src/
Dgcd.c24 static void thread_main(void* arg, size_t thread_index) { in thread_main()
/external/google-breakpad/src/processor/
Dstackwalk_common.cc861 for (int thread_index = 0; thread_index < thread_count; ++thread_index) { in PrintProcessState() local
941 for (int thread_index = 0; thread_index < thread_count; ++thread_index) { in PrintProcessStateMachineReadable() local
Dminidump_processor.cc199 for (unsigned int thread_index = 0; in Process() local
Dminidump.cc1752 for (unsigned int thread_index = 0; in Read() local
1825 for (unsigned int thread_index = 0; in Print() 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/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2065 static void si_build_shader_variant(struct si_shader *shader, int thread_index, bool low_priority) in si_build_shader_variant()
2107 static void si_build_shader_variant_low_priority(void *job, int thread_index) in si_build_shader_variant_low_priority()
2160 struct si_shader_key *key, int thread_index, bool optimized_or_none) in si_shader_select_with_key()
2425 static void si_init_shader_selector_async(void *job, int thread_index) in si_init_shader_selector_async()
Dsi_compute.c110 static void si_create_compute_state_async(void *job, int thread_index) in si_create_compute_state_async()
/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c528 int thread_index = ffs(c->threads) - 1; in v3d_register_allocate() local
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.cu.cc189 int32 thread_index = threadIdx.x; in BiasGradNCHW_SharedAtomics() local
Dtopk_op_gpu.h350 const int thread_index = threadIdx.x; in TopKKernel() local
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c467 void radeon_drm_cs_emit_ioctl_oneshot(void *job, int thread_index) in radeon_drm_cs_emit_ioctl_oneshot()
/external/tensorflow/tensorflow/core/data/
Dcaptured_function.cc382 const std::vector<Tensor>& input_element, int64_t thread_index, in MakeIteratorFromInputElement()
392 const std::vector<Tensor>& input_element, int64_t thread_index, in MakeIteratorFromInputElement()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1421 static void amdgpu_cs_submit_ib(void *job, int thread_index) in amdgpu_cs_submit_ib()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc712 const int64_t thread_index) { in WorkerThread()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1301 int thread_index; in run() local
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h665 const int thread_index; variable
/external/google-benchmark/include/benchmark/
Dbenchmark.h672 const int thread_index; variable
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c104 tc_batch_execute(void *job, UNUSED int thread_index) in tc_batch_execute()