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

/gem5/src/gpu-compute/
H A Dhsa_kernel_info.hh73 uint32_t sRegCount; member in struct:HsaKernelInfo
H A Dqstruct.hh60 uint16_t sRegCount; member in struct:HsaQueueEntry
H A Dcl_driver.cc153 ki->sRegCount = kernelInfo[i].sRegCount;
H A Dhsail_code.hh355 hsaKernelInfo->sRegCount = max_sreg + 1;
H A Dcompute_unit.cc183 w->resizeRegFiles(ndr->q.cRegCount, ndr->q.sRegCount, ndr->q.dRegCount);
332 int vregDemand = ndr->q.sRegCount + (2 * ndr->q.dRegCount);
384 int vregDemandPerWI = ndr->q.sRegCount + (2 * ndr->q.dRegCount);

Completed in 14 milliseconds