Searched refs:max_threads (Results 1 - 25 of 27) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs_state.c75 gs->thread4.max_threads = 1;
77 gs->thread4.max_threads = 0;
H A Dbrw_clip_state.c84 clip->thread4.max_threads = 16 - 1;
86 clip->thread4.max_threads = 2 - 1;
89 clip->thread4.max_threads = 1 - 1;
H A Dbrw_vs_state.c140 vs->thread4.max_threads = CLAMP(brw->urb.nr_vs_entries / 2,
H A Dbrw_state_dump.c91 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);
H A Dbrw_structs.h177 GLuint max_threads:5; /* may be less */ member in struct:brw_clip_unit_state::__anon12614
416 GLuint max_threads:6; member in struct:brw_sf_unit_state::__anon12634
485 GLuint max_threads:5; member in struct:brw_gs_unit_state::__anon12638
527 GLuint max_threads:6; member in struct:brw_vs_unit_state::__anon12641
589 GLuint max_threads:7; member in struct:brw_wm_unit_state::__anon12645
H A Dbrw_sf_state.c186 sf->thread4.max_threads = MIN2(chipset_max_threads,
H A Dbrw_wm_state.c185 wm->wm5.max_threads = brw->max_wm_threads - 1;
/external/libvpx/libvpx/vp8/common/
H A Donyxd.h35 int max_threads; member in struct:__anon9483
/external/linux-tools-perf/src/tools/perf/util/
H A Dthread_map.c64 int max_threads = 32, items, i; local
68 max_threads * sizeof(pid_t));
100 while (threads->nr + items >= max_threads) {
101 max_threads *= 2;
109 max_threads * sizeof(pid_t)));
/external/eigen/Eigen/src/Core/products/
H A DParallelizer.h114 Index max_threads = std::max<Index>(1,size / 32);
117 Index threads = std::min<Index>(nbThreads(), max_threads);
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h85 int max_threads; member in struct:VP8D_COMP
H A Donyxd_if.c468 fb->pbi[0]->max_threads = oxcf->max_threads;
H A Dthreading.c661 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.h79 int max_threads; member in struct:VP9Decoder
H A Dvp9_decodeframe.c1439 if (pbi->max_threads > 1 && !winterface->reset(&pbi->lf_worker)) {
1531 if (pbi->max_threads > 1) {
1606 const int num_workers = MIN(pbi->max_threads & ~1, tile_cols);
1618 const int num_threads = pbi->max_threads & ~1;
2208 if (pbi->max_threads > 1 && tile_rows == 1 && tile_cols > 1) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h80 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
H A Dsanitizer_thread_registry.cc90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, argument
93 max_threads_(max_threads),
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ethread.c70 const int num_workers = MIN(cpi->oxcf.max_threads, tile_cols);
83 allocated_workers = MIN(cpi->oxcf.max_threads, max_tile_cols);
H A Dvp9_encoder.h226 int max_threads; member in struct:VP9EncoderConfig
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h316 static void set_max_threads(uint32_t max_threads) { argument
317 max_threads_ = max_threads;
319 static uint32_t max_threads() { return max_threads_; } function in class:google_breakpad::MinidumpThreadList
/external/v8/tools/
H A Dstats-viewer.py430 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/
H A DmycvHaarDetectObjects.cpp717 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++ )
1006 // if( max_threads > 1 )
1008 // strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
1034 //#pragma omp parallel for num_threads(max_threads) schedule(dynamic)
1105 // if( max_threads >
[all...]
H A Dcvhaar.cpp518 int max_threads = cvGetNumThreads(); local
519 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
869 int i, max_threads = 0; local
914 max_threads = cvGetNumThreads();
915 if( max_threads > 1 )
916 for( i = 0; i < max_threads; i++ )
978 if( max_threads > 1 )
980 strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
1006 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
1077 if( max_threads >
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c379 oxcf.max_threads = ctx->cfg.threads;
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c431 frame_worker_data->pbi->max_threads =

Completed in 528 milliseconds

12