Home
last modified time | relevance | path

Searched refs:coreCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Common/
DCPUID.hpp39 static int coreCount();
126 inline int CPUID::coreCount() in coreCount() function in sw::CPUID
/third_party/skia/third_party/externals/swiftshader/src/System/
DCPUID.cpp99 int CPUID::coreCount() in coreCount() function in sw::CPUID
148 return coreCount(); // FIXME: Assumes no affinity limitation in processAffinity()
DCPUID.hpp39 static int coreCount();
/third_party/openh264/module/
Dgmp-openh264.cpp636 int32_t coreCount) { in InitDecode() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp2940 case -1: threadCount = CPUID::coreCount(); break; in updateConfiguration()