Searched refs:n_eus (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_dev_info.c | 81 uint32_t n_s = 0, n_ss = 0, n_eus = 0; in main() local 89 n_eus += intel_device_info_eu_available(&devinfo, s, ss, eu) ? 1 : 0; in main() 101 fprintf(stdout, " EUs: %u\n", n_eus); in main() 102 fprintf(stdout, " EU threads: %u\n", n_eus * devinfo.num_thread_per_eu); in main()
|
D | intel_device_info.c | 1111 uint32_t n_eus = 0; in update_from_topology() local 1113 n_eus += __builtin_popcount(devinfo->eu_masks[b]); in update_from_topology() 1115 devinfo->num_eu_per_subslice = DIV_ROUND_UP(n_eus, n_subslices); in update_from_topology() 1123 uint32_t subslice_mask, uint32_t n_eus) in update_from_masks() argument 1143 uint32_t num_eu_per_subslice = DIV_ROUND_UP(n_eus, n_subslices); in update_from_masks() 1326 int n_eus; in getparam_topology() local 1327 if (!getparam(fd, I915_PARAM_EU_TOTAL, &n_eus)) in getparam_topology() 1334 return update_from_masks(devinfo, slice_mask, subslice_mask, n_eus); in getparam_topology()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.h | 333 uint64_t n_eus; /** $EuCoresTotalCount */ member
|
D | intel_perf_query.c | 650 uint64_t overflow_period = pow(2, a_counter_in_bits) / (perf_cfg->sys_vars.n_eus * in intel_perf_init_context() 655 overflow_period, overflow_period / 1000000ul, perf_cfg->sys_vars.n_eus); in intel_perf_init_context()
|
D | intel_perf.c | 362 perf->sys_vars.n_eus += util_bitcount(devinfo->eu_masks[i]); in compute_topology_builtins()
|