Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A Dcompiler_caps.cpp142 caps.KernelHwCaps.SliceCount = sysinfo.SliceCount; in SetCompilerCaps()
143 caps.KernelHwCaps.SubSliceCount = sysinfo.SubSliceCount; in SetCompilerCaps()
144 caps.KernelHwCaps.ThreadCount = sysinfo.ThreadCount; in SetCompilerCaps()
145 caps.KernelHwCaps.EUCount = sysinfo.EUCount; in SetCompilerCaps()
146 caps.KernelHwCaps.EUCountPerSubSlice = sysinfo.MaxEuPerSubSlice; in SetCompilerCaps()
147 caps.KernelHwCaps.EUCountPerPoolMax = sysinfo.EuCountPerPoolMax; in SetCompilerCaps()
148 caps.KernelHwCaps.CsrSizeInMb = sysinfo.CsrSizeInMb; in SetCompilerCaps()
152 caps.KernelHwCaps.EUThreadsPerEU = sysinfo.ThreadCount / sysinfo.EUCount; in SetCompilerCaps()
155 caps.KernelHwCaps.EUThreadsPerEU = 0; in SetCompilerCaps()
158 caps.KernelHwCaps.KernelPointerAlignSize = 64 * sizeof(BYTE); in SetCompilerCaps()
H A Dcompiler_caps.h68 S3DKernelHardwareCapabilities KernelHwCaps; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPlatform.hpp111 bool psSimd32SkipStallHeuristic() const { return m_caps.KernelHwCaps.EUThreadsPerEU == 6; } in psSimd32SkipStallHeuristic()
192 unsigned int getKernelPointerAlignSize() const { return m_caps.KernelHwCaps.KernelPointerAlignSize;… in getKernelPointerAlignSize()
197 if (m_caps.KernelHwCaps.SubSliceCount != 0) in getMaxNumberThreadPerSubslice()
198 return m_caps.KernelHwCaps.ThreadCount / m_caps.KernelHwCaps.SubSliceCount; in getMaxNumberThreadPerSubslice()
203 return m_caps.KernelHwCaps.EUCountPerPoolMax * m_caps.KernelHwCaps.EUThreadsPerEU; in getMaxNumberThreadPerWorkgroupPooledMax()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/Platform/
H A Dcmd_media_caps_g8.h192 S3DKernelHardwareCapabilities KernelHwCaps; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DSystemThread.cpp285 …pSystemThreadKernelOutput->m_SystemThreadScratchSpace = Caps.KernelHwCaps.CsrSizeInMb * sizeof( ME… in CreateSystemThreadKernel()
288 …pSystemThreadKernelOutput->m_SystemThreadResourceSize = Caps.KernelHwCaps.CsrSizeInMb * 2 * sizeof… in CreateSystemThreadKernel()