Searched refs:getWorkerThreadPool (Results 1 – 6 of 6) sorted by relevance
90 auto workerThreadPool = context->getWorkerThreadPool(); in compileImpl()
373 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
396 auto workerPool = context->getWorkerThreadPool(); in link()
353 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
1160 return std::make_unique<LoadBinaryLinkEvent>(context->getWorkerThreadPool(), this, stream, in load()1945 return std::make_unique<GraphicsProgramLinkEvent>(infoLog, context->getWorkerThreadPool(), in compileProgramExecutables()1974 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()
578 std::shared_ptr<angle::WorkerThreadPool> getWorkerThreadPool() const { return mThreadPool; } in getWorkerThreadPool() function