Searched refs:computeTask (Results 1 – 1 of 1) sorted by relevance
1917 std::shared_ptr<ProgramD3D::GetComputeExecutableTask> computeTask, in ComputeProgramLinkEvent() argument1919 : mInfoLog(infoLog), mComputeTask(computeTask), mWaitEvent(event) in ComputeProgramLinkEvent()1979 auto computeTask = std::make_shared<GetComputeExecutableTask>(this); in compileComputeExecutable() local1988 (*computeTask)(); in compileComputeExecutable()1994 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()1997 return std::make_unique<ComputeProgramLinkEvent>(infoLog, computeTask, waitableEvent); in compileComputeExecutable()