Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1917 std::shared_ptr<ProgramD3D::GetComputeExecutableTask> computeTask, in ComputeProgramLinkEvent() argument
1919 : mInfoLog(infoLog), mComputeTask(computeTask), mWaitEvent(event) in ComputeProgramLinkEvent()
1979 auto computeTask = std::make_shared<GetComputeExecutableTask>(this); in compileComputeExecutable() local
1988 (*computeTask)(); in compileComputeExecutable()
1994 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()
1997 return std::make_unique<ComputeProgramLinkEvent>(infoLog, computeTask, waitableEvent); in compileComputeExecutable()