Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPlatform.hpp101 bool needsHSBarrierIDWorkaround() const { return m_platformInfo.eRenderCoreFamily <= IGFX_GEN10_COR… in needsHSBarrierIDWorkaround() function in IGC::CPlatform
H A DEmitVISAPass.cpp14328 if (m_currShader->m_Platform->needsHSBarrierIDWorkaround()) in emitThreadGroupBarrier()