Searched refs:getWorkerThreadPool (Results 1 – 8 of 8) sorted by relevance
92 auto workerThreadPool = context->getWorkerThreadPool(); in compileImpl()
93 auto workerThreadPool = context->getWorkerThreadPool();
370 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
1162 return std::make_unique<LoadBinaryLinkEvent>(context->getWorkerThreadPool(), this, stream, in load()1953 return std::make_unique<GraphicsProgramLinkEvent>(infoLog, context->getWorkerThreadPool(), in compileProgramExecutables()1983 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()
375 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
410 auto workerPool = context->getWorkerThreadPool(); in link()
582 std::shared_ptr<angle::WorkerThreadPool> getWorkerThreadPool() const { return mThreadPool; } in getWorkerThreadPool() function
3056 angle::WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), in syncPipelineCacheVk()