Searched refs:core_count (Results 1 – 8 of 8) sorted by relevance
43 const uint32_t core_count = device->pdevice->dev_runtime_info.core_count; in pvr_CreateQueryPool() local72 alloc_size = pool->result_stride * core_count; in pvr_CreateQueryPool()
520 uint32_t core_count = 1; in get_cpu_topology() local522 core_count = (regs[1] >> 16) & 0xff; in get_cpu_topology()524 core_count = util_next_power_of_two(core_count); in get_cpu_topology()534 unsigned local_core_id = apic_id & (core_count - 1); in get_cpu_topology()535 unsigned phys_id = (apic_id & ~(core_count - 1)) >> util_logbase2(core_count); in get_cpu_topology()
114 core_count = int(self._adb.check('cat /proc/cpuinfo | grep processor | wc -l'))116 for i in range(core_count):
192 unsigned core_count; member
308 dev->core_count = panfrost_query_core_count(fd, &dev->core_id_range); in panfrost_open_device()
366 uint32_t core_count; member
534 &runtime_info->core_count); in pvr_srv_winsys_device_info_init()538 runtime_info->core_count = 1; in pvr_srv_winsys_device_info_init()
735 RET((uint32_t []) { dev->core_count }); in panfrost_get_compute_param()