Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp14113 … const unsigned int splitInstCount = numLanes(m_currShader->m_SIMDSize) / numLanesForInstWidth; in emitTypedRead() local
14115 for (uint i = 0; i < splitInstCount; ++i) in emitTypedRead()