Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_query.c43 const uint32_t core_count = device->pdevice->dev_runtime_info.core_count; in pvr_CreateQueryPool() local
72 alloc_size = pool->result_stride * core_count; in pvr_CreateQueryPool()
/third_party/mesa3d/src/util/
Du_cpu_detect.c520 uint32_t core_count = 1; in get_cpu_topology() local
522 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()
/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/mesa3d/src/panfrost/lib/
Dpan_device.h192 unsigned core_count; member
Dpan_props.c308 dev->core_count = panfrost_query_core_count(fd, &dev->core_id_range); in panfrost_open_device()
/third_party/mesa3d/src/imagination/common/
Dpvr_device_info.h366 uint32_t core_count; member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv.c534 &runtime_info->core_count); in pvr_srv_winsys_device_info_init()
538 runtime_info->core_count = 1; in pvr_srv_winsys_device_info_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c735 RET((uint32_t []) { dev->core_count }); in panfrost_get_compute_param()