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

/gem5/src/arch/hsail/insts/
H A Dmain.cc167 uint32_t endIndex = (w->startVgprIndex +
172 freeRegion(w->startVgprIndex, endIndex);
175 w->startVgprIndex = 0;
/gem5/src/gpu-compute/
H A Dwavefront.cc59 startVgprIndex = 0;
138 startVgprIndex = 0;
286 uint32_t physicalVgprIndex = startVgprIndex + vgprIndex;
292 physicalVgprIndex = startVgprIndex + maxSpVgprs + (2 * vgprIndex);
295 assert((startVgprIndex <= physicalVgprIndex) &&
296 (startVgprIndex + reservedVectorRegs - 1) >= physicalVgprIndex);
H A Dwavefront.hh233 uint32_t startVgprIndex; member in class:Wavefront
H A Dcompute_unit.cc352 w->startVgprIndex = vrf[m % numSIMDs]->manager->

Completed in 15 milliseconds