Home
last modified time | relevance | path

Searched refs:core_count (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
H A 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/
H A 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/
H A 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/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc520 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 Dmacro-assembler-aarch32.h993 int* core_count, in MacroAssembler()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_device.h192 unsigned core_count; member
195 * core_id_range >= core_count.
H A Dpan_props.c295 dev->core_count = panfrost_query_core_count(fd, &dev->core_id_range); in panfrost_open_device()
/third_party/mesa3d/src/imagination/common/
H A Dpvr_device_info.h366 uint32_t core_count; member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A 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/
H A Dpan_screen.c735 RET((uint32_t []) { dev->core_count }); in panfrost_get_compute_param()

Completed in 31 milliseconds