Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1944 std::shared_ptr<ProgramD3D::GetComputeExecutableTask> computeTask, in ComputeProgramLinkEvent() argument
1946 : mInfoLog(infoLog), mComputeTask(computeTask), mWaitEvent(event) in ComputeProgramLinkEvent()
2007 auto computeTask = std::make_shared<GetComputeExecutableTask>(context, this); in compileComputeExecutable() local
2016 (*computeTask)(); in compileComputeExecutable()
2021 waitableEvent = context->getWorkerThreadPool()->postWorkerTask(computeTask); in compileComputeExecutable()
2024 return std::make_unique<ComputeProgramLinkEvent>(infoLog, computeTask, waitableEvent); in compileComputeExecutable()