Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1906 std::shared_ptr<ProgramD3D::GetComputeExecutableTask> computeTask, in ComputeProgramLinkEvent() argument
1908 : mInfoLog(infoLog), mComputeTask(computeTask), mWaitEvent(event) in ComputeProgramLinkEvent()
1968 auto computeTask = std::make_shared<GetComputeExecutableTask>(this); in compileComputeExecutable() local
1977 (*computeTask)(); in compileComputeExecutable()
1983 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()
1986 return std::make_unique<ComputeProgramLinkEvent>(infoLog, computeTask, waitableEvent); in compileComputeExecutable()