HomeSort by: relevance | last modified time | path
    Searched defs:core_count (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
u_cpu_detect.c 526 uint32_t core_count = 1; local
528 core_count = (regs[1] >> 16) & 0xff;
530 core_count = util_next_power_of_two(core_count);
540 unsigned local_core_id = apic_id & (core_count - 1);
541 unsigned phys_id = (apic_id & ~(core_count - 1)) >> util_logbase2(core_count);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_device.h 159 unsigned core_count; member in struct:panfrost_device

Completed in 13 milliseconds