Home
last modified time | relevance | path

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

/aosp_15_r20/external/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_test.h59 cfg.setWorkerThreadCount(params.numWorkerThreads); in SetUp()
H A Dmarl_bench.h40 cfg.setWorkerThreadCount(numThreads(state)); in run()
H A Dscheduler.cpp221 return Config().setWorkerThreadCount(Thread::numLogicalCPUs()); in allCores()
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h89 MARL_NO_EXPORT inline Config& setWorkerThreadCount(int);
534 Scheduler::Config& Scheduler::Config::setWorkerThreadCount(int count) { in setWorkerThreadCount() function
/aosp_15_r20/external/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()
/aosp_15_r20/external/swiftshader/src/System/
H A DSwiftConfig.cpp134 cfg.setWorkerThreadCount(threadCount); in getSchedulerConfiguration()
/aosp_15_r20/external/swiftshader/third_party/marl/docs/
H A Dscheduler.md199 cfg.setWorkerThreadCount(0); // STW mode.
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp230 cfg.setWorkerThreadCount(8); in getOrCreateScheduler()