Searched refs:core_count (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_query.c | 43 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/ |
H A D | u_cpu_detect.c | 520 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/ |
H A D | _hardware_android.py | 114 core_count = int(self._adb.check('cat /proc/cpuinfo | grep processor | wc -l')) 116 for i in range(core_count):
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.cc | 520 int core_count = 1; in Printf() local 526 PreparePrintfArgument(reg1, &core_count, &vfp_count, &printf_type); in Printf() 527 PreparePrintfArgument(reg2, &core_count, &vfp_count, &printf_type); in Printf() 528 PreparePrintfArgument(reg3, &core_count, &vfp_count, &printf_type); in Printf() 529 PreparePrintfArgument(reg4, &core_count, &vfp_count, &printf_type); in Printf() 532 if (core_count == 5) { in Printf() 609 if (core_count == 5) Drop(kRegSizeInBytes); in Printf() 646 int* core_count, in PreparePrintfArgument() 653 VIXL_ASSERT(*core_count <= 4); in PreparePrintfArgument() 654 if (*core_count < in PreparePrintfArgument() 645 PreparePrintfArgument(CPURegister reg, int* core_count, int* vfp_count, uint32_t* printf_type) PreparePrintfArgument() argument [all...] |
H A D | macro-assembler-aarch32.h | 993 int* core_count, in MacroAssembler()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_device.h | 192 unsigned core_count; member 195 * core_id_range >= core_count.
|
H A D | pan_props.c | 295 dev->core_count = panfrost_query_core_count(fd, &dev->core_id_range); in panfrost_open_device()
|
/third_party/mesa3d/src/imagination/common/ |
H A D | pvr_device_info.h | 366 uint32_t core_count; member
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv.c | 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()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 735 RET((uint32_t []) { dev->core_count }); in panfrost_get_compute_param()
|
Completed in 31 milliseconds