Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 – 25 of 54) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_shader.c171 uint16_t thread_count; in vs_get_gen6_thread_count() local
199 uint16_t thread_count; in vs_set_gen6_3DSTATE_VS() local
256 uint16_t thread_count; in hs_get_gen7_thread_count() local
283 uint16_t thread_count; in hs_set_gen7_3DSTATE_HS() local
361 uint16_t thread_count; in ds_get_gen7_thread_count() local
388 uint16_t thread_count; in ds_set_gen7_3DSTATE_DS() local
479 uint16_t thread_count; in gs_get_gen6_thread_count() local
519 uint16_t thread_count; in gs_set_gen6_3DSTATE_GS() local
596 uint16_t thread_count; in gs_set_gen7_3DSTATE_GS() local
Dilo_dev.h59 int thread_count; member
Dilo_builder_media.h128 unsigned thread_count; in gen7_GPGPU_WALKER() local
Dilo_state_shader_ps.c44 uint16_t thread_count; member
209 uint16_t thread_count; in ps_get_gen6_thread_count() local
/external/valgrind/drd/tests/
Dpth_create_chain.c17 int thread_count = *(int*)(p); in thread_func() local
41 unsigned thread_count; in main() local
Dpth_barrier_thr_cr.c30 int thread_count = barriers * barrier_participants; in main() local
Dannotate_rwlock.c143 const int thread_count = 10; in main() local
Dpth_broadcast.c114 int thread_count; in main() local
Dannotate_barrier.c30 unsigned thread_count; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_ds_state.c75 const unsigned thread_count = (devinfo->max_tes_threads - 1) << in gen7_upload_ds_state() local
/external/compiler-rt/test/tsan/
Ddebugging.cc57 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/external/valgrind/helgrind/tests/
Dannotate_rwlock.c157 const int thread_count = 10; in main() local
/external/linux-kselftest/tools/testing/selftests/timers/
Dthreadtest.c122 int thread_count, i; in main() local
/external/google-breakpad/src/processor/
Dstackwalk_common.cc846 int thread_count = process_state.threads()->size(); in PrintProcessState() local
919 int thread_count = process_state.threads()->size(); in PrintProcessStateMachineReadable() local
/external/python/cpython2/Python/
Dthread_atheos.h97 static atomic_t thread_count = 0; variable
Dthread_beos.h113 static int32 thread_count = 0; variable
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement_unittest.cc243 int thread_count = 2; // Was 100, but that's too slow. in TEST() local
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc496 WorkQueue::WorkQueue(int thread_count) in WorkQueue()
581 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Dmultithreaded_conv.h58 const int thread_count = 4; in GetThreadPoolDevice() local
/external/gemmlowp/internal/
Dmulti_thread_gemm.h573 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads() local
630 const int thread_count = HowManyThreads<KernelFormat::kRows>( in MultiThreadGemm() local
/external/libvpx/libvpx/test/
Dencode_perf_test.cc164 char thread_count[32]; in TEST_P() local
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc821 mach_msg_type_number_t thread_count; in SuspendThreads() local
839 mach_msg_type_number_t thread_count; in ResumeThreads() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc66 int *mutex_count, int *thread_count, in __tsan_get_report_data()
/external/protobuf/gtest/src/
Dgtest-death-test.cc170 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning()
739 const size_t thread_count = GetThreadCount(); in AssumeRole() local

123