Searched refs:EMPTY (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dexec_stage.cc136 if (dispatchList->at(unitId).second == EMPTY) {
145 dispatchList->at(unitId).second = EMPTY;
H A Dexec_stage.hh59 EMPTY = 0, enumerator in enum:DISPATCH_STATUS
H A Dschedule_stage.cc112 dispatchList->at(i).second = EMPTY;
H A Dcompute_unit.cc605 dispatchList.push_back(std::make_pair((Wavefront*)nullptr, EMPTY));

Completed in 7 milliseconds