Home
last modified time | relevance | path

Searched refs:core_count (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_scratch.c81 unsigned core_count) in panfrost_get_total_stack_size() argument
86 return size_per_thread * threads_per_core * core_count; in panfrost_get_total_stack_size()
Dpan_cs.h143 return pan_wls_adjust_size(wls_size) * instances * dev->core_count; in pan_wls_mem_size()
Dpan_device.h159 unsigned core_count; member
Dpan_encoder.h79 unsigned core_count);
Dpan_props.c237 dev->core_count = panfrost_query_core_count(fd); in panfrost_open_device()
/third_party/mesa3d/src/util/
Du_cpu_detect.c518 uint32_t core_count = 1; in get_cpu_topology() local
520 core_count = (regs[1] >> 16) & 0xff; in get_cpu_topology()
522 core_count = util_next_power_of_two(core_count); in get_cpu_topology()
532 unsigned local_core_id = apic_id & (core_count - 1); in get_cpu_topology()
533 unsigned phys_id = (apic_id & ~(core_count - 1)) >> util_logbase2(core_count); in get_cpu_topology()
/third_party/mesa3d/src/panfrost/perf/
Dpan_perf.c42 for (uint32_t core = 1; core < perf->dev->core_count; ++core) { in panfrost_perf_counter_read()
86 uint32_t n_blocks = 3 + dev->core_count; in panfrost_perf_init()
/third_party/skia/tools/skpbench/
D_hardware_android.py114 core_count = int(self._adb.check('cat /proc/cpuinfo | grep processor | wc -l'))
116 for i in range(core_count):
/third_party/grpc/src/ruby/qps/
Dworker.rb76 def core_count(_args, _call) method in WorkerServiceImpl
Dproxy-worker.rb131 def core_count(_args, _call) method in ProxyWorkerServiceImpl
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.h182 …chpad(struct panfrost_batch *batch, unsigned size, unsigned thread_tls_alloc, unsigned core_count);
Dpan_job.c380 unsigned core_count) in panfrost_batch_get_scratchpad() argument
384 core_count); in panfrost_batch_get_scratchpad()
Dpan_context.c845 unsigned size = sizeof(uint64_t) * dev->core_count; in panfrost_begin_query()
929 for (int i = 0; i < dev->core_count; ++i) in panfrost_get_query_result()
Dpan_cmdstream.c1196 unsigned wls_size = wls_single_size * ls.wls_instances * dev->core_count; in panfrost_emit_shared_memory()
1213 dev->core_count); in panfrost_emit_shared_memory()
2343 dev->core_count): in emit_tls()
2365 dev->core_count): in emit_fbd()
/third_party/re2/benchlog/
Dbenchlog.mini101 machdep.cpu.core_count: 2
Dbenchlog.wreck61 machdep.cpu.core_count: 2