HomeSort by relevance Sort by last modified time
    Searched refs:max_threads (Results 51 - 60 of 60) sorted by null

1 23

  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 791 // Pick a set of values T from [min_threads,max_threads].
792 // min_threads and max_threads are always included in T. Run this
803 Benchmark* ThreadRange(int min_threads, int max_threads);
806 // min_threads and max_threads are always included in the range.
809 Benchmark* DenseThreadRange(int min_threads, int max_threads, int stride = 1);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 596 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads;
  /external/mesa3d/src/intel/vulkan/
anv_allocator.c 958 uint32_t max_threads[] = { local
967 uint32_t size = per_thread_scratch * max_threads[stage];
  /system/update_engine/payload_generator/
delta_diff_utils.cc 347 size_t max_threads = GetMaxThreads(); local
349 max_threads);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 309 oxcf.max_threads = ctx->cfg.threads;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 251 int max_threads; member in struct:VP9EncoderConfig
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 251 ctx->pbi->max_threads = ctx->cfg.threads;
vp9_cx_iface.c 473 oxcf->max_threads = (int)cfg->g_threads;
568 if (oxcf->max_threads > 1 && oxcf->tile_columns > 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 849 const unsigned max_threads = MIN2(64, devinfo->max_cs_threads); local
850 const uint32_t max_invocations = 32 * max_threads;
    [all...]

Completed in 662 milliseconds

1 23