Searched refs:n_eus (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_dev_info.c | 137 uint32_t n_s = 0, n_ss = 0, n_eus = 0; in main() local 145 n_eus += intel_device_info_eu_available(&devinfo, s, ss, eu) ? 1 : 0; in main() 161 fprintf(stdout, " EUs: %u\n", n_eus); in main() 162 fprintf(stdout, " EU threads: %u\n", n_eus * devinfo.num_thread_per_eu); in main()
|
D | intel_device_info.c | 1326 uint32_t subslice_mask, uint32_t n_eus) in update_from_masks() argument 1346 uint32_t max_eus_per_subslice = DIV_ROUND_UP(n_eus, n_subslices); in update_from_masks() 1544 int n_eus; in getparam_topology() local 1545 if (!getparam(fd, I915_PARAM_EU_TOTAL, &n_eus)) in getparam_topology() 1552 return update_from_masks(devinfo, slice_mask, subslice_mask, n_eus); in getparam_topology()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.h | 358 uint64_t n_eus; /** $EuCoresTotalCount */ member
|
D | intel_perf_query.c | 645 uint64_t overflow_period = pow(2, a_counter_in_bits) / (perf_cfg->sys_vars.n_eus * in intel_perf_init_context() 650 overflow_period, overflow_period / 1000000ul, perf_cfg->sys_vars.n_eus); in intel_perf_init_context()
|
D | intel_perf.c | 377 perf->sys_vars.n_eus += util_bitcount(devinfo->eu_masks[i]); in compute_topology_builtins()
|