Home
last modified time | relevance | path

Searched refs:setWorkerThreadCount (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/src/
H A Dscheduler_test.cpp42 cfg.setAllocator(allocator).setWorkerThreadCount(10); in TEST_F()
161 cfg.setWorkerThreadCount(8); in TEST_F()
188 cfg.setWorkerThreadCount(8); in TEST_F()
H A Dmarl_bench.h40 cfg.setWorkerThreadCount(numThreads(state)); in run()
H A Dmarl_test.h59 cfg.setWorkerThreadCount(params.numWorkerThreads); in SetUp()
H A Dscheduler.cpp226 return Config().setWorkerThreadCount(Thread::numLogicalCPUs()); in allCores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/examples/
H A Dtasks_in_tasks.cpp27 cfg.setWorkerThreadCount(4); in main()
H A Dhello_task.cpp28 cfg.setWorkerThreadCount(4); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h87 MARL_NO_EXPORT inline Config& setWorkerThreadCount(int);
528 Scheduler::Config& Scheduler::Config::setWorkerThreadCount(int count) { in setWorkerThreadCount() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreWorkQueue.h382 virtual void setWorkerThreadCount(size_t c);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreWorkQueue.h392 virtual void setWorkerThreadCount(size_t c);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreWorkQueue.cpp97 void DefaultWorkQueueBase::setWorkerThreadCount(size_t c) in setWorkerThreadCount() function in Ogre::DefaultWorkQueueBase
H A DOgreRoot.cpp169 defaultQ->setWorkerThreadCount(threadCount); in Root()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreWorkQueue.cpp96 void DefaultWorkQueueBase::setWorkerThreadCount(size_t c) in setWorkerThreadCount() function in Ogre::DefaultWorkQueueBase
H A DOgreRoot.cpp152 defaultQ->setWorkerThreadCount(threadCount); in Root()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/docs/
H A Dscheduler.md199 cfg.setWorkerThreadCount(0); // STW mode.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DlibVulkan.cpp147 scheduler->setWorkerThreadCount(std::min<size_t>(marl::Thread::numLogicalCPUs(), 16)); in getOrCreateScheduler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DlibVulkan.cpp151 cfg.setWorkerThreadCount(std::min<size_t>(marl::Thread::numLogicalCPUs(), 16)); in getOrCreateScheduler()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp248 s->setWorkerThreadCount(8); in getOrCreateScheduler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp249 cfg.setWorkerThreadCount(8); in getOrCreateScheduler()