Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPlatform.hpp96 bool supportSplitSend() const { return m_platformInfo.eRenderCoreFamily >= IGFX_GEN9_CORE; } in supportSplitSend() function in IGC::CPlatform
H A DCoalescingEngine.cpp232 if (m_Platform.supportSplitSend() && !needsHeader) in ProcessTuple()
H A DCISABuilder.cpp4428 m_program->GetContext()->platform.supportSplitSend() && in InitVISABuilderOptions()