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

/gem5/src/gpu-compute/
H A Dlds_state.hh218 std::unordered_map<uint32_t, int32_t>> refCounter; member in class:LdsState
295 return ++refCounter[dispatchId][wgId];
311 refCounter[dispatchId][wgId]--;
313 if (refCounter[dispatchId][wgId] == 0) {
317 return refCounter[dispatchId][wgId];
336 auto refCountIter = refCounter.find(dispatchId);
337 if (refCountIter == refCounter.end()) {
345 return refCounter.at(dispatchId).at(wgId);
375 refCounter[dispatchId][wgId] = 0;

Completed in 4 milliseconds