Searched refs:computeTask (Results 1 – 1 of 1) sorted by relevance
1944 std::shared_ptr<ProgramD3D::GetComputeExecutableTask> computeTask, in ComputeProgramLinkEvent() argument1946 : mInfoLog(infoLog), mComputeTask(computeTask), mWaitEvent(event) in ComputeProgramLinkEvent()2007 auto computeTask = std::make_shared<GetComputeExecutableTask>(context, this); in compileComputeExecutable() local2016 (*computeTask)(); in compileComputeExecutable()2021 waitableEvent = context->getWorkerThreadPool()->postWorkerTask(computeTask); in compileComputeExecutable()2024 return std::make_unique<ComputeProgramLinkEvent>(infoLog, computeTask, waitableEvent); in compileComputeExecutable()