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

/gem5/src/gpu-compute/
H A Dlds_state.hh428 ldsSize(const uint32_t x_wgId) argument
430 return chunkMap[x_wgId].size();
464 releaseSpace(const uint32_t x_dispatchId, const uint32_t x_wgId) argument
471 auto workgroupIter = dispatchIter->second.find(x_wgId);
474 x_wgId, x_dispatchId);
478 fatal_if(bytesAllocated < chunkMap[x_dispatchId][x_wgId].size(),
481 bytesAllocated -= chunkMap[x_dispatchId][x_wgId].size();
482 chunkMap[x_dispatchId].erase(chunkMap[x_dispatchId].find(x_wgId));

Completed in 4 milliseconds