Home
last modified time | relevance | path

Searched refs:bigGTSystemInfo (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/Compiler/API/
H A Dusc.h172 const BigGTSystemInfo &bigGTSystemInfo, in InitializeUscAdapterInfo() argument
200 uscAdpaterInfo.UscGTSystemInfo.EUCount = bigGTSystemInfo.EUCount; in InitializeUscAdapterInfo()
201 uscAdpaterInfo.UscGTSystemInfo.ThreadCount = bigGTSystemInfo.ThreadCount; in InitializeUscAdapterInfo()
202 uscAdpaterInfo.UscGTSystemInfo.SliceCount = bigGTSystemInfo.SliceCount; in InitializeUscAdapterInfo()
203 uscAdpaterInfo.UscGTSystemInfo.SubSliceCount = bigGTSystemInfo.SubSliceCount; in InitializeUscAdapterInfo()
204 uscAdpaterInfo.UscGTSystemInfo.SLMSizeInKb = bigGTSystemInfo.SLMSizeInKb; in InitializeUscAdapterInfo()
206 uscAdpaterInfo.UscGTSystemInfo.TotalVsThreads = bigGTSystemInfo.TotalVsThreads; in InitializeUscAdapterInfo()
208 uscAdpaterInfo.UscGTSystemInfo.TotalDsThreads = bigGTSystemInfo.TotalDsThreads; in InitializeUscAdapterInfo()
209 uscAdpaterInfo.UscGTSystemInfo.TotalGsThreads = bigGTSystemInfo.TotalGsThreads; in InitializeUscAdapterInfo()
210 uscAdpaterInfo.UscGTSystemInfo.TotalHsThreads = bigGTSystemInfo.TotalHsThreads; in InitializeUscAdapterInfo()
[all …]