Searched refs:AddressableSGPRCount (Results 1 – 1 of 1) sorted by relevance
41 unsigned TotalSGPRCountPerSIMD, AddressableSGPRCount, SGPRUsageAlignment; in getMaxWorkGroupSGPRCount() local46 AddressableSGPRCount = 102; in getMaxWorkGroupSGPRCount()51 AddressableSGPRCount = 104; in getMaxWorkGroupSGPRCount()62 return std::min(MaxSGPRCount - ReservedSGPRCount, AddressableSGPRCount); in getMaxWorkGroupSGPRCount()