Searched refs:computeTask (Results 1 – 1 of 1) sorted by relevance
1906 std::shared_ptr<ProgramD3D::GetComputeExecutableTask> computeTask, in ComputeProgramLinkEvent() argument1908 : mInfoLog(infoLog), mComputeTask(computeTask), mWaitEvent(event) in ComputeProgramLinkEvent()1968 auto computeTask = std::make_shared<GetComputeExecutableTask>(this); in compileComputeExecutable() local1977 (*computeTask)(); in compileComputeExecutable()1983 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()1986 return std::make_unique<ComputeProgramLinkEvent>(infoLog, computeTask, waitableEvent); in compileComputeExecutable()