Searched refs:NDRange (Results 1 - 10 of 10) sorted by relevance

/gem5/src/gpu-compute/
H A Dndrange.hh42 struct NDRange struct
H A Ddispatcher.hh72 std::unordered_map<int, NDRange> ndRangeMap;
73 NDRange ndRange;
H A Dqstruct.hh48 struct NDRange;
H A Dshader.hh194 bool dispatch_workgroups(NDRange *ndr);
H A Dcompute_unit.hh62 class NDRange;
258 void fillKernelState(Wavefront *w, NDRange *ndr);
261 NDRange *ndr);
263 void StartWorkgroup(NDRange *ndr);
264 int ReadyWorkgroup(NDRange *ndr);
H A Dwavefront.hh204 void computeActualWgSz(NDRange *ndr);
H A Dshader.cc174 Shader::dispatch_workgroups(NDRange *ndr)
H A Ddispatcher.cc207 NDRange *ndr = &(ndRangeMap[nextId]);
H A Dcompute_unit.cc181 ComputeUnit::fillKernelState(Wavefront *w, NDRange *ndr)
229 NDRange *ndr)
312 ComputeUnit::StartWorkgroup(NDRange *ndr)
366 ComputeUnit::ReadyWorkgroup(NDRange *ndr)
H A Dwavefront.cc982 Wavefront::computeActualWgSz(NDRange *ndr)

Completed in 29 milliseconds