/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_thread_registry.h | 79 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
|
sanitizer_thread_registry.cc | 90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, 93 max_threads_(max_threads),
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_state.c | 140 vs->thread4.max_threads = CLAMP(brw->urb.nr_vs_entries / 2,
|
brw_state_dump.c | 91 vs->thread4.max_threads + 1); 107 gs->thread4.max_threads + 1); 123 clip->thread4.max_threads + 1); 143 sf->thread4.max_threads + 1); 167 wm->wm5.max_threads + 1);
|
brw_structs.h | 177 GLuint max_threads:5; /* may be less */ member in struct:brw_clip_unit_state::__anon31539 416 GLuint max_threads:6; member in struct:brw_sf_unit_state::__anon31559 485 GLuint max_threads:5; member in struct:brw_gs_unit_state::__anon31563 527 GLuint max_threads:6; member in struct:brw_vs_unit_state::__anon31566 589 GLuint max_threads:7; member in struct:brw_wm_unit_state::__anon31570 [all...] |
brw_sf_state.c | 186 sf->thread4.max_threads = MIN2(chipset_max_threads,
|
brw_wm_state.c | 185 wm->wm5.max_threads = brw->max_wm_threads - 1;
|
/external/chromium_org/base/threading/ |
sequenced_worker_pool.cc | 271 Inner(SequencedWorkerPool* worker_pool, size_t max_threads, 517 size_t max_threads, 524 max_threads_(max_threads), [all...] |
/external/chromium_org/v8/tools/ |
stats-viewer.py | 430 self.max_threads = data.IntAt(12) 432 self._HEADER_SIZE + self.max_threads * (self._THREAD_NAME_SIZE + 2 * 4) 447 value_offset = self.counter_values_offset + i * self.max_threads * 4
|
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 717 int max_threads = cvGetNumThreads(); local 718 #pragma omp parallel for num_threads(max_threads) schedule(dynamic) 885 int i, max_threads = 0; local 942 max_threads = cvGetNumThreads(); 943 if( max_threads > 1 ) 944 for( i = 0; i < max_threads; i++ ) [all...] |
cvhaar.cpp | 518 int max_threads = cvGetNumThreads(); local 519 #pragma omp parallel for num_threads(max_threads) schedule(dynamic) 869 int i, max_threads = 0; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_state_dump.c | 91 vs->thread4.max_threads + 1); 107 gs->thread4.max_threads + 1); 123 clip->thread4.max_threads + 1); 143 sf->thread4.max_threads + 1); 167 wm->wm5.max_threads + 1);
|
brw_structs.h | 177 GLuint max_threads:5; /* may be less */ member in struct:brw_clip_unit_state::__anon17980 416 GLuint max_threads:6; member in struct:brw_sf_unit_state::__anon18000 485 GLuint max_threads:5; member in struct:brw_gs_unit_state::__anon18004 527 GLuint max_threads:6; member in struct:brw_vs_unit_state::__anon18007 589 GLuint max_threads:7; member in struct:brw_wm_unit_state::__anon18011 [all...] |
brw_sf_state.c | 186 sf->thread4.max_threads = MIN2(chipset_max_threads,
|
brw_wm_state.c | 185 wm->wm5.max_threads = brw->max_wm_threads - 1;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
onyxd_if.c | 463 fb->pbi[0]->max_threads = oxcf->max_threads;
|
threading.c | 659 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads;
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 490 fb->pbi[0]->max_threads = oxcf->max_threads;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
onyxd_if.c | 492 fb->pbi[0]->max_threads = oxcf->max_threads;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_dthread.c | 144 const int num_workers = MIN(pbi->max_threads & ~1, tile_cols);
|
vp9_decodeframe.c | 680 const int num_threads = pbi->max_threads; 899 const int num_workers = MIN(pbi->max_threads & ~1, tile_cols); 911 const int num_threads = pbi->max_threads & ~1; [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_dthread.c | 143 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols);
|
vp9_decodeframe.c | 676 const int num_threads = pbi->oxcf.max_threads; 876 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols); 888 const int num_threads = pbi->oxcf.max_threads & ~1; [all...] |
/external/qemu/ |
posix-aio-compat.c | 66 static int max_threads = 64; variable 389 if (idle_threads == 0 && cur_threads < max_threads)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 678 const int num_threads = pbi->oxcf.max_threads; 878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols); [all...] |